UNPKG

typed-jd-union-cpsapi

Version:
62 lines (61 loc) 1.39 kB
{ "name": "typed-jd-union-cpsapi", "version": "1.0.4", "description": "京东联盟 NodeJS cps API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "format": "prettier --write src __tests__", "test": "jest", "build": "rm -rf dist && tsc", "gen": "ts-node src/tool/gen.ts && npm run format", "buildAndPublish": "npm run format && npm run build && npm publish" }, "author": "logerzhu", "repository": { "type": "git", "url": "git@github.com:logerzhu/typed-jd-union-api.git" }, "bugs": { "url": "https://github.com/logerzhu/typed-jd-union-api/issues" }, "homepage": "https://github.com/logerzhu/typed-jd-union-api", "license": "MIT", "keywords": [ "TypeScript", "京东开放平台", "京东联盟", "JdUnion" ], "dependencies": { "axios": "^0.26.1" }, "devDependencies": { "@types/jest": "^29.4.0", "@types/node": "^16.17.1", "jest": "^29.4.3", "pre-commit": "^1.2.2", "prettier": "2.2.1", "ts-jest": "^26.4.4", "ts-node": "^10.9.1", "typescript": "^4.9.4" }, "pre-commit": [ "format" ], "prettier": { "overrides": [ { "files": [ "*.ts", "*.tsx" ], "options": { "singleQuote": true, "semi": false, "trailingComma": "none" } } ] } }