generated from docrostov/kol-ts-starter
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "qt-wrapper",
"version": "1.0.0",
"description": "Quantum Terrarium Autoscend Wrapper",
"main": "KoLmafia/scripts/qt-wrapper.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "patch-package",
"build": "npm run build:types && npm run build:js",
"build:types": "tsc",
"build:js": "webpack",
"watch": "webpack --watch --progress"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"babel-loader": "^8.2.2",
"patch-package": "^6.2.2",
"typescript": "^4.0.3",
"webpack": "^5.8.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"kolmafia": "^1.0.11",
"libram": "^0.0.8"
},
"author": "Captain Scotch",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/docrostov/kol-js-starter.git"
},
"keywords": [
"KoLMafia",
"JS",
"TS"
],
"bugs": {
"url": "https://github.com/docrostov/kol-js-starter/issues"
},
"homepage": "https://github.com/docrostov/kol-js-starter#readme"
}