-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 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
{
"name": "@re621/zestyapi",
"version": "0.1.14",
"description": "Comprehensive JS wrapper for e621.net API",
"main": "dist/ZestyAPI.js",
"scripts": {
"push": "npm version patch && git push --follow-tags",
"push-minor": "npm version minor&& git push --follow-tags",
"build": "webpack",
"eslint": "npx eslint .",
"test": "jest",
"testSome": "jest -t Users"
},
"author": "bitWolfy",
"license": "GPLv3",
"devDependencies": {
"@types/jest": "^28.1.6",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"dotenv": "^16.0.1",
"eslint": "^8.21.0",
"eslint-webpack-plugin": "^3.2.0",
"jest": "^28.1.3",
"terser-webpack-plugin": "^5.3.3",
"ts-loader": "^9.3.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"cross-fetch": "^3.1.5"
},
"repository": "github:re621/ZestyAPI",
"keywords": [
"e621",
"e926",
"api",
"wrapper"
],
"bugs": "https://github.com/re621/ZestyAPI/issues",
"homepage": "https://github.com/re621/ZestyAPI#readme"
}