-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"name": "orcnog-card-viewer",
"version": "0.3.6",
"description": "A Foundry VTT module that displays cards in a beautiful 3D-like viewer",
"main": "dist/init.js",
"scripts": {
"lint": "eslint . --ext .js",
"lint-css": "stylelint 'dist/**/*.css' --fix",
"test": "python playtest.py",
"test-nopacks": "python playtest-no-packs.py",
"ver": "node versionbump.js",
"compile:macros": "node scripts/compile-macros.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orcnog/orcnog-card-viewer.git"
},
"keywords": [
"Foundry",
"orcnog",
"cards"
],
"author": "orcnog",
"license": "MIT",
"bugs": {
"url": "https://github.com/orcnog/orcnog-card-viewer/issues"
},
"homepage": "https://github.com/orcnog/orcnog-card-viewer#readme",
"devDependencies": {
"archiver": "^5.3.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"readline-sync": "^1.4.10",
"stylelint": "^15.9.0",
"stylelint-config-standard": "^33.0.0"
},
"dependencies": {
"chalk": "^4.1.2",
"fs-extra": "^11.3.0"
}
}