Skip to content

Commit 83db98f

Browse files
authored
Added: package.json for react app
1 parent f7e285e commit 83db98f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

react-native/package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "TESTING",
3+
"version": "1.0.0",
4+
"description": "testing react-native app-builder for androidjs",
5+
"project-type": "react-native",
6+
"main": "index.js",
7+
"scripts": {
8+
"test": "echo \"Error: no test specified\" && exit 1",
9+
"start": "androidjs serve"
10+
},
11+
"keywords": [],
12+
"author": "Pankaj Devesh <pankajdevesh3@gmail.com>",
13+
"license": "MIT"
14+
}

0 commit comments

Comments
 (0)