trunghv-react-native-progress
Version:
��# t r u n g h v - r e a c t - n a t i v e - p r o g r e s s # # I n s t a l l a t i o n > ` n p m i n s t a l l - - s a v e t r u n g h v - r e a c t - n a t i v e - p r o g r e s s ` # # U s a g e ` ` ` j a v a s c
51 lines (50 loc) • 1.24 kB
JSON
{
"name": "trunghv-react-native-progress",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native-progress",
"react-native"
],
"repository": {
"type": "git",
"url": "https://github.com/gnurt250394/trunghv-react-native-progress"
},
"author": "trunghv",
"license": "ISC",
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/react": "^16.9.2",
"@types/react-native": "^0.60.9",
"@types/react-test-renderer": "^16.9.0",
"react-native-typescript-transformer": "^1.2.13",
"ts-jest": "^24.0.2",
"typescript": "^3.6.2"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"testPathIgnorePatterns": [
"\\.snap$",
"<rootDir>/node_modules/"
],
"cacheDirectory": ".jest/cache"
},
"dependencies": {
"react": "^16.9.0",
"react-native": "^0.60.5"
}
}