-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 923 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
{
"name": "complete-card-management",
"version": "0.8.0",
"description": "A FVTT module that allows users to manipulate cards as part of the canvas",
"main": "ccm.mjs",
"scripts": {
"build": "rollup -c",
"createSymlinks": "node ./tools/create-symlinks.mjs",
"postinstall": "npm run createSymlinks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMorphic-Digital/complete-card-management.git"
},
"keywords": [
"FVTT"
],
"author": "MetaMorphic Digital",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/MetaMorphic-Digital/complete-card-management/issues"
},
"homepage": "https://github.com/MetaMorphic-Digital/complete-card-management#readme",
"dependencies": {
"@foundryvtt/foundryvtt-cli": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"eslint": "^8.57.0",
"rollup": "^4.18.0",
"sass": "^1.77.2"
}
}