forked from choojs/choo-devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 858 Bytes
/
package.json
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
35
36
{
"name": "choo-devtools",
"description": "Console devtools for Choo",
"repository": "choojs/choo-devtools",
"version": "3.0.4",
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev",
"start": "node .",
"test": "standard && npm run deps"
},
"dependencies": {
"choo-hooks": "^1.0.0",
"clone": "^2.1.2",
"nanologger": "^2.0.0",
"nanoscheduler": "^1.0.0",
"object-change-callsite": "^1.0.2",
"on-performance": "^1.2.1",
"plucker": "0.0.0",
"prettier-bytes": "^1.0.4",
"remove-array-items": "^2.0.0",
"state-copy": "^1.0.5",
"wayfarer": "^7.0.0"
},
"devDependencies": {
"choo": "^7.0.0",
"dependency-check": "^2.8.0",
"standard": "^14.3.1",
"tape": "^4.11.0"
},
"keywords": [
"choo",
"expose",
"window"
],
"license": "MIT"
}