-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 846 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 846 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
{
"name": "@nzbr/copperflame",
"repository": "https://github.com/nzbr/copperflame",
"author": "nzbr",
"version": "0.0.1",
"license": "ISC",
"scripts": {
"base16": "node base16/build.js",
"build-postprocessors": "tsc -b web/html-postprocessors web/js",
"build": "npm run base16",
"install": "npm run build"
},
"dependencies": {
"@fontsource/roboto-slab": "^5.0.2",
"@nzbr/parcel-transformer-postprocess-html": "github:nzbr/parcel-transformer-postprocess-html",
"base16-builder": "^1.3.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
"sharp": "^0.31.1"
},
"devDependencies": {
"@types/node": "^20.10.6"
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}