-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "patchouli",
"version": "2.9.0",
"description": "",
"main": "index.js",
"publishConfig": {
"registry": "https://npm.pkg.github.com/@kotborealis"
},
"scripts": {
"test": "mocha \"./test/**/*.spec.js\"",
"docker-build": "docker build ./docker/ -t kotborealis/patchouli:latest",
"docker-pull": "docker pull kotborealis/patchouli:latest",
"docker-push": "docker push kotborealis/patchouli:latest",
"prepublishOnly": "npm run docker-build && npm run docker-push"
},
"author": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/kotborealis/patchouli.git"
},
"license": "ISC",
"dependencies": {
"chen.js": "^2.0.2",
"chokidar": "^3.5.3",
"debug": "^4.1.0",
"gfm-code-block-regex": "^1.0.0",
"gfm-code-blocks": "^1.0.0",
"glob": "^7.1.2",
"http-server": "^14.1.1",
"tmp-promise": "^3.0.2",
"zx": "^7.0.8"
},
"bin": {
"patchouli": "index.js"
},
"devDependencies": {
"mocha": "^10.2.0",
"stream-replace": "^1.0.0"
}
}