-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 852 Bytes
/
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
{
"name": "@liangshen/jetbrains",
"version": "1.0.6",
"description": "",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"repository": "liangshen001/jetbrains",
"author": "Wang Liang <[email protected]>",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"test": "jest"
},
"files": ["README.md", "lib"],
"keywords": [
"jetbrains"
],
"license": "ISC",
"dependencies": {
"xml-js": "^1.6.11"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.0.0",
"jest": "^29.4.3",
"rollup": "^3.15.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.8.1",
"tslib": "^2.5.0",
"typescript": "^4.7.4"
}
}