-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 910 Bytes
/
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
{
"name": "@frontierjs/toolbelt",
"version": "0.0.0-beta.0",
"description": "It's time for an adventure",
"type": "module",
"main": "dist/build.js",
"scripts": {
"start": "node server.js",
"test": "node ace test",
"site:new": "node ./.front/forgery.js",
"site:build": "cp app/pages/index.html dist/",
"site:deploy": "node ./.front/deploy.js",
"site:deploy:stage": "node ./.front/deploy.js target=stage",
"site:deploy:prod": "node ./.front/deploy.js target=prod",
"site:deploy:rsync": "rsync command",
"transmit:app": "node ./.front/transmit.js item=app",
"transmit:app:stage": "node ./.front/transmit.js item=app from=home to=stage"
},
"keywords": [
"frontierjs",
"javascript",
"nodejs"
],
"author": "",
"license": "UNLICENSED",
"dependencies": {
"cloudflare-cli": "^3.2.5",
"rollup": "^2.23.0"
},
"devDependencies": {}
}