forked from spaghetti-squash/phccs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.74 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.74 KB
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
{
"name": "phccs",
"version": "2.0.0",
"description": "A hardcore community service script that operates under the assumption that you are me",
"main": "phredhccs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.mjs",
"lint": "eslint src && prettier --check src",
"watch": "webpack --watch --progress"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-typescript": "^7.18.6",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/babel__core": "^7.1.19",
"@types/babel__preset-env": "^7.9.2",
"@types/node": "^18.6.3",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"esbuild": "^0.14.51",
"esbuild-plugin-babel": "^0.2.3",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-libram": "^0.2.31",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"dependencies": {
"grimoire-kolmafia": "^0.3.18",
"kolmafia": "^5.27099.0",
"libram": "^0.8.3"
},
"author": "Phreddrickkv2",
"license": "ISC",
"repository": "git+https://github.com/horrible-little-slime/phccs.git",
"keywords": [
"KoLMafia",
"JS",
"TS"
],
"bugs": {
"url": "https://github.com/horrible-little-slime/phccs/issues"
},
"homepage": "https://github.com/horrible-little-slime/phccs#readme",
"private": false
}