-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.42 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
{
"name": "isaac-visible-audio-cues",
"version": "1.0.0",
"license": "GPL-3.0",
"private": true,
"engines": {
"node": ">=20.7.0",
"npm": ">=10.1.0"
},
"repository": "github:aleksanderciesielski/isaac-visible-audio-cues",
"bugs": "https://github.com/aleksander-ciesielski/isaac-visible-audio-cues/issues",
"author": "Aleksander Ciesielski <[email protected]>",
"scripts": {
"build": "tstl --project tsconfig.json && cpy resources dist",
"dependencies:upgrade": "ncu --upgrade --root --target minor --packageManager npm && npm i",
"lint": "eslint src/**/*.ts --max-warnings 0 && format-package --check package.json",
"lint:fix": "eslint src/**/*.ts --fix --max-warnings 0 && format-package --write package.json",
"start": "npm run build && dotenv sh ./run.sh"
},
"dependencies": {
"isaac-typescript-definitions": "37.3.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitest/coverage-v8": "0.34.6",
"cpy-cli": "4.2.0",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-only-warn": "1.1.0",
"format-package": "7.0.0",
"npm-check-updates": "16.14.20",
"type-fest": "3.13.1",
"typescript": "5.5.2",
"typescript-to-lua": "1.26.1"
}
}