generated from docrostov/kol-ts-starter
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
55 lines (55 loc) · 1.67 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
53
54
55
{
"name": "freecandydotexe",
"version": "1.0.0",
"description": "A trick-or-treating script for the 2003 browser-based RPG Kingdom of Loathing.",
"main": "KoLmafia/scripts/freecandydotexe/freecandy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.mjs",
"lint": "eslint src && prettier --check src",
"lint:fix": "eslint src --fix && prettier --write src",
"watch": "webpack --watch --progress"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/compat-data": "^7.15.0",
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-loader": "^8.2.2",
"esbuild": "0.17.0",
"esbuild-plugin-babel": "0.2.3",
"eslint": "8.56.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-libram": "^0.4.5",
"prettier": "^2.3.1",
"typescript": "^4.5.2"
},
"dependencies": {
"core-js": "^3.16.4",
"garbo-lib": "^1.0.0",
"grimoire-kolmafia": "^0.3.23",
"kolmafia": "^5.27651.0",
"libram": "^0.8.27"
},
"author": "loathers",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/loathers/freecandydotexe.git"
},
"keywords": [
"KoLMafia",
"JS",
"TS"
],
"bugs": {
"url": "https://github.com/loathers/freecandydotexe/issues"
},
"homepage": "https://github.com/loathers/freecandydotexe#readme"
}