|
1 | | -{ |
2 | | - "private": true, |
3 | | - "name": "anima-beyond-foundry", |
4 | | - "version": "2.2.0", |
5 | | - "description": "Unofficial Anima Beyond Fantasy system for Foundry VTT", |
6 | | - "type": "module", |
7 | | - "scripts": { |
8 | | - "dev": "nodemon", |
9 | | - "build:dev": "npm run build:prod && node scripts/copyDirectoryToFoundrySystem.cjs animabf", |
10 | | - "build:prod": "npm run compendia:pack && npx vite build", |
11 | | - "clean": "rimraf dist/", |
12 | | - "release": "node scripts/release/release.cjs", |
13 | | - "release:dry": "node scripts/release/release.cjs --dry", |
14 | | - "test": "NODE_OPTIONS=--experimental-vm-modules npx jest src", |
15 | | - "hook:pre-commit": "lint-staged", |
16 | | - "cypress:open": "cd integration && cypress open", |
17 | | - "compendia:pack": "node scripts/compendia/packCompendia.mjs", |
18 | | - "compendia:unpack": "node scripts/compendia/unpackCompendia.mjs" |
19 | | - }, |
20 | | - "engines": { |
21 | | - "node": ">18.0.0" |
22 | | - }, |
23 | | - "author": "", |
24 | | - "license": "", |
25 | | - "devDependencies": { |
26 | | - "@digitak/tsc-esm": "^3.1.4", |
27 | | - "@foundryvtt/foundryvtt-cli": "^1.0.3", |
28 | | - "@league-of-foundry-developers/foundry-vtt-types": "github:League-of-Foundry-Developers/foundry-vtt-types#v12", |
29 | | - "@types/faker": "^5.5.6", |
30 | | - "@types/handlebars": "^4.1.0", |
31 | | - "@types/jest": "^26.0.23", |
32 | | - "@types/jquery": "^3.5.16", |
33 | | - "@typescript-eslint/eslint-plugin": "^4.25.0", |
34 | | - "@typescript-eslint/parser": "^4.25.0", |
35 | | - "archiver": "^5.3.0", |
36 | | - "chalk": "^4.1.0", |
37 | | - "cypress": "^7.5.0", |
38 | | - "eslint": "^7.27.0", |
39 | | - "eslint-config-airbnb": "^18.2.1", |
40 | | - "eslint-config-airbnb-typescript": "^12.3.1", |
41 | | - "eslint-config-prettier": "^8.3.0", |
42 | | - "eslint-plugin-cypress": "^2.11.3", |
43 | | - "eslint-plugin-import": "^2.23.3", |
44 | | - "eslint-plugin-prettier": "^3.4.0", |
45 | | - "faker": "^5.5.3", |
46 | | - "fs-extra": "^9.1.0", |
47 | | - "husky": "^6.0.0", |
48 | | - "jest": "^26.6.3", |
49 | | - "lint-staged": "^11.0.0", |
50 | | - "nodemon": "^2.0.21", |
51 | | - "prettier": "^2.3.0", |
52 | | - "readline-sync": "^1.4.10", |
53 | | - "rimraf": "^3.0.2", |
54 | | - "rollup-plugin-copy": "^3.5.0", |
55 | | - "sass": "^1.32.8", |
56 | | - "sass-lint": "^1.13.1", |
57 | | - "typescript": "^5.6.2", |
58 | | - "vite": "^5.0.0", |
59 | | - "yargs": "^16.2.0" |
60 | | - }, |
61 | | - "dependencies": { |
62 | | - "jquery": "^3.6.0", |
63 | | - "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz" |
64 | | - }, |
65 | | - "lint-staged": { |
66 | | - "src/**/*.ts": "eslint --fix --cache", |
67 | | - "src/**/*.{ts,tsx}": [ |
68 | | - "bash -c \"tsc --noEmit --pretty\"" |
69 | | - ] |
70 | | - }, |
71 | | - "sasslintConfig": "./.sass-lint.yml" |
72 | | -} |
| 1 | +{ |
| 2 | + "private": true, |
| 3 | + "name": "anima-beyond-foundry", |
| 4 | + "version": "2.2.1", |
| 5 | + "description": "Unofficial Anima Beyond Fantasy system for Foundry VTT", |
| 6 | + "type": "module", |
| 7 | + "scripts": { |
| 8 | + "dev": "nodemon", |
| 9 | + "build:dev": "npm run build:prod && node scripts/copyDirectoryToFoundrySystem.cjs animabf", |
| 10 | + "build:prod": "npm run compendia:pack && npx vite build", |
| 11 | + "clean": "rimraf dist/", |
| 12 | + "release": "node scripts/release/release.cjs", |
| 13 | + "release:dry": "node scripts/release/release.cjs --dry", |
| 14 | + "test": "NODE_OPTIONS=--experimental-vm-modules npx jest src", |
| 15 | + "hook:pre-commit": "lint-staged", |
| 16 | + "cypress:open": "cd integration && cypress open", |
| 17 | + "compendia:pack": "node scripts/compendia/packCompendia.mjs", |
| 18 | + "compendia:unpack": "node scripts/compendia/unpackCompendia.mjs" |
| 19 | + }, |
| 20 | + "engines": { |
| 21 | + "node": ">18.0.0" |
| 22 | + }, |
| 23 | + "author": "", |
| 24 | + "license": "", |
| 25 | + "devDependencies": { |
| 26 | + "@digitak/tsc-esm": "^3.1.4", |
| 27 | + "@foundryvtt/foundryvtt-cli": "^1.0.3", |
| 28 | + "@league-of-foundry-developers/foundry-vtt-types": "github:League-of-Foundry-Developers/foundry-vtt-types#v12", |
| 29 | + "@types/faker": "^5.5.6", |
| 30 | + "@types/handlebars": "^4.1.0", |
| 31 | + "@types/jest": "^26.0.23", |
| 32 | + "@types/jquery": "^3.5.16", |
| 33 | + "@typescript-eslint/eslint-plugin": "^4.25.0", |
| 34 | + "@typescript-eslint/parser": "^4.25.0", |
| 35 | + "archiver": "^5.3.0", |
| 36 | + "chalk": "^4.1.0", |
| 37 | + "cypress": "^7.5.0", |
| 38 | + "eslint": "^7.27.0", |
| 39 | + "eslint-config-airbnb": "^18.2.1", |
| 40 | + "eslint-config-airbnb-typescript": "^12.3.1", |
| 41 | + "eslint-config-prettier": "^8.3.0", |
| 42 | + "eslint-plugin-cypress": "^2.11.3", |
| 43 | + "eslint-plugin-import": "^2.23.3", |
| 44 | + "eslint-plugin-prettier": "^3.4.0", |
| 45 | + "faker": "^5.5.3", |
| 46 | + "fs-extra": "^9.1.0", |
| 47 | + "husky": "^6.0.0", |
| 48 | + "jest": "^26.6.3", |
| 49 | + "lint-staged": "^11.0.0", |
| 50 | + "nodemon": "^2.0.21", |
| 51 | + "prettier": "^2.3.0", |
| 52 | + "readline-sync": "^1.4.10", |
| 53 | + "rimraf": "^3.0.2", |
| 54 | + "rollup-plugin-copy": "^3.5.0", |
| 55 | + "sass": "^1.32.8", |
| 56 | + "sass-lint": "^1.13.1", |
| 57 | + "typescript": "^5.6.2", |
| 58 | + "vite": "^5.0.0", |
| 59 | + "yargs": "^16.2.0" |
| 60 | + }, |
| 61 | + "dependencies": { |
| 62 | + "jquery": "^3.6.0", |
| 63 | + "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz" |
| 64 | + }, |
| 65 | + "lint-staged": { |
| 66 | + "src/**/*.ts": "eslint --fix --cache", |
| 67 | + "src/**/*.{ts,tsx}": [ |
| 68 | + "bash -c \"tsc --noEmit --pretty\"" |
| 69 | + ] |
| 70 | + }, |
| 71 | + "sasslintConfig": "./.sass-lint.yml" |
| 72 | +} |
0 commit comments