UNPKG

afdian-api

Version:

爱发电开发者API的简易包装 / A simple wrapper of Afdian APIs

50 lines (49 loc) 1.21 kB
{ "name": "afdian-api", "version": "1.0.5", "description": "爱发电开发者API的简易包装 / A simple wrapper of Afdian APIs", "main": "./dist/main.js", "types": "./dist/main.d.ts", "files": [ "dist" ], "scripts": { "build": "rimraf -rf ./dist && tsc", "lint": "eslint --ext .ts *.ts", "test": "mocha --timeout 10000" }, "author": "BackRunner", "repository": { "type": "git", "url": "https://github.com/backrunner/afdian-api.git" }, "homepage": "https://github.com/backrunner/afdian-api", "keywords": [ "afdian", "api", "tool", "util" ], "license": "MIT", "devDependencies": { "@types/chai": "^4.3.0", "@types/mocha": "^9.1.0", "@types/node": "^16.11.26", "@types/node-fetch": "^2.6.1", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "chai": "^4.3.6", "dotenv": "^16.0.0", "eslint": "^7.32.0", "eslint-config-alloy": "^4.5.1", "eslint-config-prettier": "^8.5.0", "mocha": "^9.2.2", "prettier": "^2.6.0", "rimraf": "^3.0.2", "ts-node": "^10.7.0", "typescript": "^4.6.2" }, "dependencies": { "node-fetch": "^2.6.7" } }