-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 899 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 899 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
27
28
29
30
31
32
33
34
35
{
"name": "cardscript-doc-generator",
"description": "Produces markdown documentation for Cardscript.",
"version": "0.0.0-semantically-released",
"author": "Tim Needham",
"keywords": ["tymly", "cardscript"],
"main": "./lib/index.js",
"dependencies": {
"dottie": "2.0.6",
"ejs": "3.1.8",
"jsonfile": "6.1.0",
"lodash": "4.17.21",
"upath": "2.0.1",
"@wmfs/cardscript-examples": "1.23.0",
"@wmfs/cardscript-schema": "1.32.0"
},
"devDependencies": {
"chai": "4.3.4",
"mocha": "11.7.1",
"standard": "17.0.0"
},
"scripts": {
"generate": "node ./scripts/generate.js",
"lint": "standard",
"test": "standard && mocha"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wmfs/cardscript-doc-generator"
},
"bugs": {
"url": "https://github.com/wmfs/cardscript-doc-generator/issues"
}
}