-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 815 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 815 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
{
"name": "eruda-pixel",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "cd react-pixel && yarn && cd ../eruda-pixel && yarn",
"dev-ui": "cd react-pixel && yarn start",
"dev-pixel": "cd eruda-pixel && yarn dev",
"build-ui": "cd react-pixel && yarn build && cd ../ && node ./compile.js",
"build-pixel": "yarn build-ui && cd ./eruda-pixel && yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Faithree/eruda-pixel.git"
},
"author": "Faithree",
"license": "ISC",
"bugs": {
"url": "https://github.com/Faithree/eruda-pixel/issues"
},
"homepage": "https://github.com/Faithree/eruda-pixel#readme",
"devDependencies": {
"shelljs": "^0.8.4"
},
"dependencies": {
"eruda": "^2.4.1"
}
}