-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "blankscreen",
"version": "1.0.1",
"description": "BlankScreen ",
"keywords": [ "BlankScreen", "Tracker", "白屏", "监控" ],
"files": [
"lib",
"es",
"assets",
"dist"
],
"main": "./lib/index.js",
"module": "./es/index.js",
"browser": "./lib/index.js",
"homepage": "https://github.com/saijs/blankscreen",
"author": "闲耘<[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:saijs/blankscreen.git"
},
"bugs": {
"url": "https://github.com/saijs/blankscreen/issues"
},
"licenses": "MIT",
"scripts": {
"prepublish": "rm -rf es lib & rc-tools run compile --babel-runtime",
"watch": "rc-tools run watch",
"compile": "rc-tools run compile --babel-runtime",
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"pub": "rc-tools run pub --babel-runtime",
"lint": "rc-tools run lint --no-js-lint",
"rn-start": "node node_modules/react-native/local-cli/cli.js start",
"rn-init": "rc-tools run react-native-init",
"test": "jest",
"update-snap": "jest --updateSnapshot",
"coverage": "jest --coverage",
"coverage:upload": "npm run coverage && cat ./coverage/lcov.info | coveralls"
},
"devDependencies": {
"rc-tools": "6.x",
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}