-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.38 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
{
"name": "bean-daily",
"version": "0.0.0",
"description": "Daily scripts for KoL",
"main": "hobodiet.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build:types && npm run build:js",
"build:types": "tsc",
"build:js": "webpack",
"watch": "webpack --watch --progress"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/phulin/bean-daily.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/phulin/bean-daily/issues"
},
"homepage": "https://github.com/phulin/bean-daily#readme",
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.8",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@types/node": "^14.14.9",
"@typescript-eslint/parser": "^5.47.0",
"babel-loader": "^8.2.2",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"gts": "^3.0.2",
"kolmafia": "^3.3.0",
"libram": "^0.6.23",
"tslint": "^6.1.3",
"typescript": "^4.1.2",
"webpack": "^5.8.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.47.0",
"eslint-plugin-libram": "^0.2.24"
}
}