-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 828 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 828 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
{
"name": "@plusnew/commandstate",
"version": "2.4.1",
"description": "typesafe command query segregation state",
"main": "src/index.ts",
"module": "src/index.ts",
"scripts": {
"prepublishOnly": "web-test-runner --coverage",
"test": "web-test-runner --coverage",
"test:watch": "web-test-runner --watch --coverage"
},
"keywords": [
"plusnew"
],
"author": "Carlo Jeske",
"peerDependencies": {
"@preact/signals-core": "^1.7.0"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@web/dev-server-esbuild": "^0.3.6",
"@web/test-runner": "^0.13.31",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"typescript": "^4.9.5"
}
}