-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.48 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
46
47
48
49
50
51
52
{
"name": "ordemparanormal-fvtt",
"version": "6.8.1",
"description": "Ordem Paranormal é um sistema e universo de investigação paranormal criado por Cellbit. Com base nisso, este é um sistema não-oficial para o FoundryVTT.",
"main": "index.js",
"scripts": {
"commit": "git-cz",
"sass": "npx sass --watch scss/ordemparanormal.scss css/ordemparanormal.css",
"build:db": "node ./utils/packs.mjs package pack",
"build:json": "node ./utils/packs.mjs package unpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SouOWendel/ordemparanormal_fvtt.git"
},
"keywords": [
"ordem",
"paranormal",
"rpg",
"fvtt",
"sistema"
],
"author": "SouOWendel (Wendel Henrique)",
"license": "ISC",
"bugs": {
"url": "https://github.com/SouOWendel/ordemparanormal_fvtt/issues"
},
"homepage": "https://github.com/SouOWendel/ordemparanormal_fvtt#readme",
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@foundryvtt/foundryvtt-cli": "^1.0.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.48.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin": "^1.0.1",
"eslint-plugin-import": "^2.28.1",
"fancy-log": "^2.0.0",
"husky": "^8.0.3",
"nedb": "^1.8.0",
"prettier": "3.0.3",
"yargs": "^17.7.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}