-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 919 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
32
33
34
35
36
37
{
"name": "simple-rev",
"version": "1.1.1",
"type": "module",
"bin": {
"simple-rev": "index.js"
},
"scripts": {
"clean": "rm -rf output",
"spago": "spago",
"build": "spago bundle-module -m Node.Simple.Rev -t lib/simple-rev.js --platform node -u '--strict --stash --censor-lib --is-lib=.spago'",
"test": "node index.js sample public"
},
"author": "oreshinya",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/oreshinya/simple-rev.git"
},
"keywords": [
"rev",
"revision",
"asset",
"static"
],
"bugs": {
"url": "https://github.com/oreshinya/simple-rev/issues"
},
"homepage": "https://github.com/oreshinya/simple-rev#readme",
"description": "Static asset revisioning.",
"devDependencies": {
"esbuild": "^0.15.14",
"purescript": "^0.15.6",
"purescript-psa": "^0.8.2",
"spago": "^0.20.9"
}
}