-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "@jibstasoft/worldanvil-cli",
"version": "0.1.0",
"description": "Unofficial CLI for WorldAnvil, making theming and custom templates easier.",
"author": "JibstaMan",
"homepage": "https://github.com/JibstaMan/worldanvil-cli#readme",
"repository": "github:JibstaMan/worldanvil-cli",
"bugs": {
"url": "https://github.com/JibstaMan/worldanvil-cli/issues"
},
"license": "MIT",
"keywords": [
"worldanvil",
"world",
"anvil",
"cli",
"less",
"twig"
],
"bin": {
"worldanvil-cli": "./bin/worldanvil-cli.js"
},
"scripts": {
"start": "node bin/worldanvil-cli.js --help",
"test": "jest",
"test:coverage": "jest --coverage",
"mark": "node ./scripts/generateHtml"
},
"dependencies": {
"chokidar": "^3.5.3",
"clean-css": "^5.3.0",
"colors": "^1.4.0",
"glob": "^8.0.3",
"inquirer": "^8.0.0",
"less": "^4.1.3",
"semver": "^7.3.7",
"yargs": "^17.5.1"
},
"devDependencies": {
"@sindresorhus/slugify": "^1.1.2",
"jest": "^28.1.2",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.4"
}
}