-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) Β· 1.48 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@l2studio/picacomic-api",
"version": "0.2.1",
"description": "A library for PicaComic http web api",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/l2studio/picacomic-api.git",
"author": "lgou2w <[email protected]>",
"license": "Apache-2.0",
"engines": {
"node": "^14.17.0 || >=16.0.0"
},
"scripts": {
"clean": "rimraf lib coverage",
"build": "npm run clean && tsc",
"test": "cross-env DEBUG='lgou2w:*' ts-node -T -P tsconfig.json test/index.ts",
"lint": "eslint --ext .js,.ts --ignore-path .gitignore .",
"prepublishOnly": "npm run lint && npm run build"
},
"files": [
"lib"
],
"keywords": [
"l2studio",
"lgou2w",
"picacomic-api",
"picacomic-client",
"picacomic",
"hentai",
"hentai-cosplay",
"r18",
"r18-cosplay",
"cosplay"
],
"dependencies": {
"got": "^11.8.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "^18.16.0",
"@types/tunnel": "^0.0.3",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"cross-env": "^7.0.3",
"eslint": "^8.39.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"rimraf": "^5.0.0",
"ts-node": "^10.9.1",
"tunnel": "^0.0.6",
"typescript": "^5.0.4"
},
"peerDependencies": {
"got": "^11.0.0"
}
}