forked from MrPrimate/ddb-meta-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 949 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
38
39
{
"name": "ddb-meta-data",
"version": "1.0.0",
"description": "",
"main": "tools/json-to-module.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ForgeVTT/ddb-meta-data.git"
},
"author": "The Forge",
"license": "MIT",
"bugs": {
"url": "https://github.com/ForgeVTT/ddb-meta-data/issues"
},
"homepage": "https://github.com/ForgeVTT/ddb-meta-data#readme",
"devDependencies": {
"@types/argparse": "^2.0.10",
"@types/fs-extra": "^9.0.13",
"@types/jsdom": "^20.0.0",
"@types/nedb": "^1.8.12",
"@types/showdown": "^2.0.0"
},
"dependencies": {
"@types/image-size": "^0.8.0",
"argparse": "^2.0.1",
"fs-extra": "^10.1.0",
"image-size": "^1.0.2",
"jsdom": "^20.0.0",
"nedb": "^1.8.0",
"path": "^0.12.7",
"showdown": "^2.1.0"
}
}