-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 1.05 KB
/
package.json
File metadata and controls
34 lines (33 loc) · 1.05 KB
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": "chtenb",
"version": "0.0.1",
"directories": {
"test": "test"
},
"scripts": {
"restore": "npm install && spago install",
"build": "npm exec spago build",
"dev": "just watch & parcel serve --watch-backend=watchman index.html blog/*.html",
"publish": "npm run release && git add . && git commit -m publish",
"release": "rm -rf docs && just && npm run build && parcel build --no-optimize --no-source-maps --dist-dir docs/ './index.html' './blog/*.html' && git checkout -- docs/CNAME docs/.nojekyll",
"clean": "rm -rf .cache .spago .psci_modules node_modules output .parcel-cache",
"test": "npm exec spago test",
"serve": "parcel serve --watch-backend=watchman index.html blog/*.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chtenb/chtenb.github.io"
},
"keywords": [
"dev"
],
"author": "Chiel ten Brinke",
"license": "ISC",
"description": "",
"devDependencies": {
"parcel": "2.14.4",
"purescript": "0.15.7",
"purs-tidy": "latest",
"spago": "0.20.9"
}
}