UNPKG

mns-node-sdk

Version:
55 lines (54 loc) 1.49 kB
{ "name": "mns-node-sdk", "version": "1.0.6", "description": "unofficial sdk for Aliyun mns", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "compile": "tsc", "clean": "rm -rf dist", "purge": "rm -rf package-lock.json node_modules && npm run clean", "lint": "tslint --project .", "prettier": "prettier --config .prettierrc --write '{lib,tests,examples}/**/*.ts' index.ts", "prepublishOnly": "npm run compile" }, "dependencies": { "debug": "^4.1.1", "lodash": "^4.17.15", "request": "^2.88.2", "request-promise-native": "^1.0.7", "xml-escape": "1.1.0", "xml2js": "^0.4.19" }, "devDependencies": { "@types/debug": "^4.1.5", "@types/lodash": "^4.14.137", "@types/request": "^2.48.5", "@types/request-promise-native": "^1.0.15", "@types/xml-escape": "1.1.0", "@types/xml2js": "0.4.4", "prettier": "^1.13.7", "pretty-quick": "^1.6.0", "tslint": "^5.11.0", "tslint-config-prettier": "^1.15.0", "tslint-jike-node": "0.0.17", "typescript": "^3.6.3" }, "author": "liukaixiang<liukaixiangid@gmail.com>", "license": "MIT", "keywords": [ "MNS", "Message", "Service", "Aliyun", "Alicloud" ], "repository": { "type": "git", "url": "git+https://github.com/iftechio/mns-nodejs-sdk" }, "bugs": { "url": "https://github.com/iftechio/mns-nodejs-sdk/issues" }, "homepage": "https://github.com/iftechio/mns-nodejs-sdk#readme" }