forked from qiu8310/minapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "@minapp/mobx",
"description": "微信小程序框架",
"version": "2.2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo 0",
"lint": "tslint src/**/*.ts",
"postpublish": "sync-taobao",
"clear": "remove-all dist",
"build": "npm run clear && tsc",
"watch": "tsc -w"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"author": "Mora <qiuzhongleiabc@126.com> (https://github.com/qiu8310)",
"bugs": "https://github.com/qiu8310/minapp/issues",
"homepage": "https://github.com/qiu8310/minapp/tree/master/packages/minapp-mobx",
"repository": {
"type": "git",
"url": "https://github.com/qiu8310/minapp/tree/master/packages/minapp-mobx"
},
"peerDependencies": {
"mobx": ">= 3.0.0 < 4.0.0"
},
"dependencies": {
"@minapp/core": "^2.0.0",
"tslib": "^1.9.0"
},
"devDependencies": {
"@types/debug": "^0.0.30",
"@types/jest": "^22.1.3",
"jest": "^22.1.4",
"mobx": "^3.5.1",
"mora-scripts": "^1.6.28",
"ts-jest": "^22.0.2",
"ts-lint": "^4.5.1",
"typescript": "^2.7.0"
}
}