mirror of https://github.com/status-im/metro.git
32 lines
655 B
JSON
32 lines
655 B
JSON
{
|
|
"version": "0.1.2",
|
|
"name": "react-native-packager",
|
|
"description": "Build native apps with React!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git"
|
|
},
|
|
"jest": {
|
|
"setupEnvScriptFile": "jestSupport/env.js",
|
|
"testPathIgnorePatterns": [
|
|
"/node_modules/"
|
|
],
|
|
"testFileExtensions": [
|
|
"js"
|
|
],
|
|
"unmockedModulePathPatterns": [
|
|
"source-map"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "node linter.js Examples/",
|
|
"start": "./packager/packager.sh"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"jest-cli": "0.2.1",
|
|
"eslint": "0.9.2"
|
|
}
|
|
}
|