@re621/zestyapi
Version:
Comprehensive JS wrapper for e621.net API
42 lines (41 loc) • 1.1 kB
JSON
{
"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"
}