-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
29 lines (29 loc) · 922 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": "automail",
"version": "10.4.6",
"description": "An enhancement collection for anilist.co",
"author": "hoh",
"license": "GPL-3.0-or-later",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/hohMiyazawa/Automail.git"
},
"bugs": {
"url": "https://github.com/hohMiyazawa/Automail/issues"
},
"homepage": "https://github.com/hohMiyazawa/Automail",
"scripts": {
"build": "make -C src",
"build-wsl": "wsl make -C src",
"dev": "http-server src/build -s -c5 -o automail.user.js",
"lint": "eslint \"**/*.js\"",
"lint-build": "eslint --rule \"no-unused-vars: warn\" --rule \"no-undef: warn\" --no-ignore src/build/automail.user.js",
"update-anime-sequels": "node src/data/sequel_scripts/getAnimeSequels.mjs"
},
"devDependencies": {
"eslint": "^8.33.0",
"eslint-plugin-compat": "^4.1.1",
"http-server": "^14.1.1"
}
}