forked from tarashia/PokeFarmQoL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 889 Bytes
/
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
{
"name": "pokefarm-qol",
"version": "1.7.8",
"type": "module",
"description": "Userscript that includes a few QoL changes to Pokéfarm and can enhance your Pokéfarm experience even more!",
"main": "Poke-Farm-QoL.user.js",
"scripts": {
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tarashia/PokeFarmQoL.git"
},
"keywords": [],
"author": "Bentomon, ECEInTheHole, Tarashia (Mirzam)",
"license": "ISC",
"bugs": {
"url": "https://github.com/tarashia/PokeFarmQoL/issues"
},
"homepage": "https://github.com/tarashia/PokeFarmQoL#readme",
"devDependencies": {
"cssnano": "^5.1.12",
"eslint": "^8.20.0",
"html-minifier": "^4.0.0",
"jsonc": "^2.0.0",
"less": "^4.1.3",
"string-replace-async": "^3.0.2"
}
}