-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
{
"name": "mid-apis",
"version": "1.0.2",
"keywords": [
"发布订阅",
"midApis",
"save",
"describe"
],
"description": "Apis的中间层,接收数据并上传给服务器",
"main": "dist/midApis.js",
"module": "dist/midApis.esm.js",
"repository": "[email protected]:AiWeiEr324/midApis.git",
"homepage": "https://github.com/AiWeiEr324/midApis",
"bugs": "https://github.com/AiWeiEr324/midApis/issues",
"author": "senmu <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"types": "./dist/types",
"scripts": {
"build": "rollup -c",
"release": "node ./scripts/release",
"lint": "eslint --ext src/**.ts",
"changelog": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^8.3.0",
"rollup": "^2.61.1",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "^4.4.4"
}
}