forked from purescript/spago
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.7 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "spago",
"version": "0.93.29",
"license": "BSD-3-Clause",
"description": "🍝 PureScript package manager and build tool",
"keywords": [
"purescript",
"spago",
"package sets",
"package manager",
"registry"
],
"homepage": "https://github.com/purescript/spago",
"repository": {
"type": "git",
"url": "https://github.com/purescript/spago.git"
},
"author": "Fabrizio Ferrai",
"type": "module",
"bin": {
"spago": "bin/bundle.js"
},
"files": [
"bin/bundle.js",
"bin/docs-search-app.js"
],
"main": "bin/bundle.js",
"scripts": {
"version": "sed -i'' -e \"s|version:.*|version: $npm_package_version|g\" {spago,bin/spago,core/spago}.yaml",
"format": "purs-tidy format-in-place core src bin docs-search",
"format:check": "purs-tidy check core src bin docs-search",
"bundle": "spago bundle -p spago-bin",
"prepublishOnly": "spago build && ./bin/index.dev.js bundle -p spago-bin && ./bin/index.dev.js bundle -p docs-search-client-halogen",
"halogen:dev": "./bin/index.dev.js bundle -p docs-search-client-halogen --outfile=./generated-docs/html/docs-search-app.js --bundler-args '--watch=forever' --bundler-args '--servedir=./generated-docs/html'"
},
"dependencies": {
"better-sqlite3": "^8.6.0",
"env-paths": "^3.0.0",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.0",
"fuse.js": "^6.5.3",
"glob": "^7.1.6",
"markdown-it": "^12.0.4",
"micromatch": "^4.0.5",
"open": "^9.1.0",
"punycode": "^2.3.0",
"semver": "^7.3.5",
"spdx-expression-parse": "^3.0.1",
"ssh2": "^1.14.0",
"supports-color": "^9.2.3",
"tar": "^6.1.11",
"tmp": "^0.2.1",
"xhr2": "^0.2.1",
"yaml": "^2.1.1"
}
}