zwdd
Version:
专有钉钉node-sdk
53 lines (52 loc) • 1.1 kB
JSON
{
"name": "zwdd",
"version": "0.1.2",
"description": "专有钉钉node-sdk",
"main": "dist/index.js",
"types": "src/index.ts",
"scripts": {
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist",
"src",
"package.json",
"README.md"
],
"keywords": [
"dingtalk",
"政务钉钉",
"专有钉钉",
"浙政钉",
"zwdd",
"gdt",
"government dingtalk",
"government",
"node",
"node-sdk"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yeliex/zwdd.git"
},
"author": "yeliex <yeliex@yeliex.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yeliex/zwdd/issues"
},
"homepage": "https://github.com/yeliex/zwdd#readme",
"devDependencies": {
"@types/node": "^17.0.8",
"@types/node-fetch": "^2.5.12",
"@types/qs": "^6.9.7",
"typescript": "^4.5.4"
},
"dependencies": {
"node-fetch": "^2.6.6",
"qs": "^6.10.3"
}
}