-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 834 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@plusnew/router",
"version": "4.0.1",
"description": "typesafe router",
"main": "src/index.ts",
"module": "src/index.ts",
"scripts": {
"start": "web-dev-server",
"test": "web-test-runner --coverage",
"test:watch": "web-test-runner --watch --coverage"
},
"keywords": [
"plusnew"
],
"type": "module",
"exports": {
".": "./src/index.ts"
},
"author": "Carlo Jeske",
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@types/mocha": "^10.0.6",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@web/dev-server-esbuild": "^1.0.2",
"@web/test-runner": "^0.20.2",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^6.0.2",
"web-dev-server": "^3.0.27"
}
}