indusbit-test
Version:
Test package for IndusBit
28 lines (27 loc) • 676 B
JSON
{
"name": "indusbit-test",
"version": "1.0.8",
"description": "Test package for IndusBit",
"main": "src/index.js",
"types": "index.d.ts",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indusbit/indusbit-test.git"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.66.0"
},
"keywords": [
"react-native",
"indusbit",
"test"
],
"author": "IndusBit Developers",
"license": "MIT",
"homepage": "https://github.com/indusbit/indusbit-test#readme"
}