-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
36 lines (36 loc) · 1.22 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
{
"name": "bean-hccs",
"version": "1.0.0",
"description": "Community Service script for Kingdom of Loathing",
"repository": "https://github.com/phulin/bean-hccs.git",
"main": "KoLmafia/scripts/bean-hccs/hccs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn build:types && yarn build:js",
"build:types": "tsc",
"build:js": "node build.mjs",
"watch": "node build.mjs --watch"
},
"author": "Patrick Hulin",
"license": "MIT",
"dependencies": {
"core-js": "^3.31.1",
"esbuild-plugin-babel": "^0.2.3",
"kolmafia": "^5.27453.0",
"libram": "^0.8.3"
},
"devDependencies": {
"@babel/cli": "^7.22.6",
"@babel/core": "^7.22.8",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.22.7",
"@babel/preset-typescript": "^7.22.5",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"esbuild": "^0.18.11",
"eslint": "^8.44.0",
"eslint-plugin-libram": "^0.4.11",
"typescript": "^5.1.6"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}