forked from kong-org/halo-verify-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 1.09 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
{
"name": "amho-verify-web",
"version": "1.0.0",
"description": "This app scans HaLo NFC chip. A HaLo is a \"hardware locked\" cryptographic asset such as a print, collectable or merchandise. HaLo chips can be scanned via NFC to authenticate the asset as well as make any claims for fungible or non-fungbile assets if available.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev:backend": "cd backend && nodemon ./bin/www & lt --port 3001 --subdomain $BACKEND_URL",
"dev:frontend": "cd frontend && react-app-rewired start & lt --port 3000 --subdomain $FRONTEND_URL",
"start": "cd backend && npm install && npm start",
"heroku-postbuild": "cd frontend && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nnons/halo-verify-web.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nnons/halo-verify-web/issues"
},
"homepage": "https://github.com/nnons/halo-verify-web#readme",
"dependencies": {
"node-sass": "^7.0.3"
}
}