-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@zerojsus/dingdingrobot",
"version": "1.2.0",
"description": "nodejs调用钉钉机器人插件",
"main": "dist/index.js",
"homepage": "https://www.apprx.cn/",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"tsc": "typescript",
"build": "rollup --config",
"lint": "ts-standard",
"lint:fix": "ts-standard --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/ZeroJsus/dingdingrobot"
},
"bugs": {
"url": "https://github.com/ZeroJsus/dingdingrobot/issues"
},
"author": "zerojsus",
"license": "ISC",
"dependencies": {
"typescript": "^4.6.2"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"babel-jest": "^27.5.1",
"eslint": "^8.10.0",
"jest": "^27.5.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.31.2",
"rollup-plugin-uglify": "^6.0.4",
"ts-node": "^10.7.0",
"ts-standard": "^11.0.0"
},
"keywords": [
"dingdingrobot",
"nodejs",
"dingding",
"typescript"
]
}