UNPKG

minif_node

Version:

各类平台的对接的一个sdk

59 lines (58 loc) 1.51 kB
{ "name": "minif_node", "version": "1.1.3", "description": "各类平台的对接的一个sdk", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf ./dist && tsc", "dev": "node ./test/index.js", "dev2": "node ./test/index2.js", "release": "npm publish" }, "dependencies": { "@fidm/x509": "^1.2.1", "axios": "^1.4.0", "ioredis": "^5.3.2", "node-cache": "^5.1.2", "redis": "^4.6.7", "superagent": "^6.1.0" }, "repository": { "type": "git", "url": "https://gitee.com/xu_changshun/koa-project-homepage-index" }, "bugs": { "url": "https://gitee.com/xu_changshun/koa-project-homepage-index" }, "homepage": "https://gitee.com/xu_changshun/koa-project-homepage-index", "devDependencies": { "@nestjs/common": "^8.2.4", "@types/node": "^14.14.12", "@types/superagent": "^4.1.10", "@typescript-eslint/eslint-plugin": "3.0.2", "@typescript-eslint/parser": "3.0.2", "eslint": "7.1.0", "eslint-config-prettier": "^6.10.0", "eslint-plugin-import": "^2.20.1", "prettier": "^1.19.1", "ts-node": "^9.1.1", "typescript": "^4.1.2" }, "files": [ "dist" ], "keywords": [ "node", "wechat", "微信小程序", "抖音生活", "抖音", "微信", "qq小程序", "qq" ], "author": "klover", "license": "MIT" }