-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.14 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@hawkingnetwork/reactotron-mobx-keystone",
"author": {
"name": "Dung Lam",
"email": "[email protected]"
},
"publishConfig": {
"access": "public"
},
"version": "0.1.0",
"main": "dist/index.js",
"module": "dist/reactotron-mobx-keystone.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"release": "release-it"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/ramda": "^0.26.21",
"husky": "^3.0.5",
"mobx": "^5.13.0",
"mobx-keystone": "^0.17.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"ramda": "^0.26.1",
"reactotron-core-client": "^2.8.3",
"release-it": "^12.3.6",
"testdouble": "^3.12.4",
"tsdx": "^0.9.0",
"tslib": "^1.10.0",
"typescript": "^3.6.2"
},
"dependencies": {}
}