-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 1.16 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
{
"name": "boilerplates",
"version": "1.0.0",
"description": "<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "rimraf ./dist && npm run build",
"build": "node build.js",
"init": "wrangler pages project create ateliernum-templates --production-branch main && wrangler r2 bucket create ateliernum-templates",
"deploy": "npm run build && wrangler pages deploy ./dist/pages --project-name ateliernum-templates",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AtelierNum/boilerplates.git"
},
"keywords": [],
"author": "",
"license": "See per template, if absent the overall licence (MIT) of the repo should be applied",
"bugs": {
"url": "https://github.com/AtelierNum/boilerplates/issues"
},
"homepage": "https://github.com/AtelierNum/boilerplates#readme",
"devDependencies": {
"adm-zip": "^0.5.12",
"folder-hash": "^4.0.4",
"front-matter": "^4.0.2",
"marked": "^5.1.2",
"node-fetch": "^3.3.2",
"rimraf": "^5.0.7",
"wrangler": "^3.56.0"
}
}