UNPKG

988 BJSONView Raw
1{
2 "name": "@cqingwang/react-native-split",
3 "version": "1.0.23",
4 "description": "React native bundle split tool.",
5 "main": "lib/index.js",
6 "scripts": {
7 "lint": "node_modules/.bin/flow",
8 "prepublish": "babel ./src --out-dir lib",
9 "test": "jest"
10 },
11 "author": "cqingwang",
12 "repository": "https://github.com/cqingwang/react-native-split.git",
13 "license": "ISC",
14 "jest": {
15 "setupFiles": [
16 "./jest/setup.js"
17 ]
18 },
19 "dependencies": {
20 "babel-register": "^6.24.1",
21 "babel-traverse": "^6.24.1",
22 "babylon": "^6.16.1",
23 "commander": "^2.9.0",
24 "minimatch": "^3.0.3",
25 "uglify-js": "^2.8.22"
26 },
27 "devDependencies": {
28 "babel-preset-es2015": "^6.24.1",
29 "babel-cli": "^6.24.1",
30
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}