forked from maqloner/mythic-bastionland-fvtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.59 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
43
44
45
{
"name": "mythic-bastionland-foundry-vtt",
"version": "1.0.0",
"description": "FoundryVTT system for the Mythic Bastionland TTPRG",
"main": "./module/mythicbastionland.js",
"scripts": {
"build:css": "gulp buildCSS",
"build:watch": "gulp",
"lint": "eslint --ext .js ./module --format node_modules/eslint-plugin-i18n-json/formatter.js lang/*",
"lint:fix": "eslint --fix --ext .js ./module --format node_modules/eslint-plugin-i18n-json/formatter.js lang/*",
"i18n:unused": "i18n-unused display-unused",
"i18n:missed": "i18n-unused display-missed",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maqloner/mythic-bastionland-foundry-vtt.git"
},
"author": "Jérémie Lauzon",
"license": "MIT",
"bugs": {
"url": "https://github.com/maqloner/mythic-bastionland-foundry-vtt/issues"
},
"homepage": "https://github.com/maqloner/mythic-bastionland-foundry-vtt#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@league-of-foundry-developers/foundry-vtt-types": "^9.280.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@stylistic/eslint-plugin": "^1.5.0",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"eslint-plugin-i18n-json": "^4.0.0",
"eslint-plugin-import": "^2.29.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^9.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint7": "^0.3.2",
"gulp-if": "^3.0.0",
"gulp-sass": "^5.1.0",
"husky": "^4.3.8",
"i18n-unused": "^0.16.0",
"merge-stream": "^2.0.0",
"rollup": "^4.4.0",
"sass": "^1.69.5"
}
}