UNPKG

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