-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 804 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
30
31
{
"name": "aniep",
"version": "0.6.0",
"description": "Extract episode number from anime file names",
"main": "src/index.js",
"types": "types/index.d.ts",
"scripts": {
"update-testcase": "node test/update-testcase.js",
"quick-test": "node test/run-quick-test.js",
"prettier": "prettier",
"format": "prettier --write \"*/**/*.js\"",
"test": "prettier --check \"*/**/*.js\"",
"coverage": "node test/run-testcase.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soruly/aniep.git"
},
"keywords": [
"anime"
],
"author": "soruly",
"license": "MIT",
"bugs": {
"url": "https://github.com/soruly/aniep/issues"
},
"homepage": "https://github.com/soruly/aniep#readme",
"devDependencies": {
"prettier": "^3.0.0"
}
}