UNPKG

1.15 kBJSONView Raw
1{
2 "name": "@cqingwang/react-native-split",
3 "version": "1.0.7",
4 "description": "React native bundle split tool.",
5 "main": "./distribution/index.js",
6 "scripts": {
7 "lint": "node_modules/.bin/flow",
8 "test": "jest",
9 "eslint": "node node_modules/eslint/bin/eslint.js src",
10 "build": "babel --presets es2015-node index.js --out-dir distribution",
11 "prepublish": "npm run build"
12 },
13 "repository": "https://github.com/cqingwang/react-native-split.git",
14 "bin": {
15 "react-native-split": "./distribution/index.js"
16 },
17 "author": "cqingwang",
18 "license": "ISC",
19 "jest": {
20 "setupFiles": [
21 "./jest/setup.js"
22 ]
23 },
24 "dependencies": {
25 "babel-register": "^6.24.1",
26 "babel-traverse": "^6.24.1",
27 "babylon": "^6.16.1",
28 "commander": "^2.9.0",
29 "minimatch": "^3.0.3",
30 "uglify-js": "^2.8.22"
31 },
32 "devDependencies": {
33 "babel-cli": "^6.24.1",
34 "babel-jest": "^19.0.0",
35 "babel-plugin-transform-flow-strip-types": "^6.22.0",
36 "babel-preset-es2015-node": "^6.1.1",
37 "eslint": "^3.19.0",
38 "flow-bin": "^0.43.1",
39 "jest": "^19.0.2",
40 "regenerator-runtime": "^0.10.3"
41 }
42}