-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 775 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
30
31
32
{
"name": "animal-photosynthesis",
"private": true,
"type": "module",
"author": {
"name": "mebtte",
"email": "i@mebtte.com",
"url": "https://mebtte.com"
},
"scripts": {
"watch": "node scripts/watch.js",
"build": "node scripts/build.js",
"http-server": "http-server build -p 8000 -c=0",
"preview": "npm run build && npm run http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mebtte/animal-photosynthesis.git"
},
"devDependencies": {
"cheerio": "1.0.0-rc.6",
"ejs": "^3.1.10",
"fontmin": "^0.9.8",
"front-matter": "^4.0.2",
"fs-extra": "^10.0.0",
"http-server": "^0.12.3",
"md5": "^2.3.0",
"ora": "^5.1.0",
"showdown": "^1.9.1",
"yargs": "^17.0.1"
}
}