-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 751 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "create-react-play",
"version": "0.0.21",
"description": "Boiler plate for creating a play within reactplay system",
"main": "index.js",
"bin": {
"rpdk": "./bin/global.js"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rpdk": "node index.js"
},
"author": "react-play",
"type": "module",
"license": "ISC",
"bugs": {
"url": "https://github.com/react-play/react-play/issues"
},
"homepage": "https://reactplay.io/",
"dependencies": {
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"json-graphql-parser": "^0.0.9"
},
"repository": "git://github.com/reactplay/create-react-play.git",
"devDependencies": {
"@types/node": "^18.0.0"
}
}