forked from onflow/kitty-items
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 1.3 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
{
"name": "kitty-items",
"version": "1.0.0",
"description": "<p align=\"center\"> <a href=\"http://kitty-items-flow-testnet.herokuapp.com/\"> <img width=\"400\" src=\"kitty-items-banner.png\" /> </a> </p>",
"main": "index.js",
"dependencies": {
"lerna": "^4.0.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"@testing-library/cypress": "^7.0.7",
"@types/node": "^14.14.37",
"@types/yargs": "^16.0.1",
"cypress": "^7.7.0",
"cypress-iframe": "^1.0.1"
},
"scripts": {
"start": "node api/dist/index.js",
"start:worker": "node api/dist/index.js --worker",
"start:dev": "docker-compose --env-file .env.dev --profile dev up -d",
"start:testnet": "docker-compose --env-file .env.testnet --profile testnet up -d",
"start:gitpod": "docker-compose --env-file .env.gitpod --profile dev up -d --build",
"heroku-postbuild": "npx lerna exec npm install && npx lerna exec npm run build",
"test": "cypress run --headless --browser chrome"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onflow/kitty-items.git"
},
"author": "",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/onflow/kitty-items/issues"
},
"homepage": "https://github.com/onflow/kitty-items#readme",
"engines": {
"node": "14.x"
}
}