-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
27 lines (27 loc) · 1.01 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
{
"name": "deltagreen",
"version": "1.3.1",
"description": "This is a fan made but now officially supported rules implementation (system) for [Foundry Virtual Tabletop](https://foundryvtt.com/) system for Delta Green: The RPG, based on the _Agent's Handbook_ rule set from Arc Dream Publishing (_**not** the Call of Cthulu rules_).",
"main": "deltagreen.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheLastScrub/delta-green-foundry-vtt-system.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheLastScrub/delta-green-foundry-vtt-system/issues"
},
"homepage": "https://github.com/TheLastScrub/delta-green-foundry-vtt-system#readme",
"dependencies": {
"eslint": "^8.50.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-config-prettier": "^9.0.0"
},
"devDependencies": {}
}