-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
54 lines (54 loc) · 1.56 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": "webpack-remote-types-plugin",
"version": "0.2.7",
"description": "webpack plugin to download type definitions based on remotes",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc --declaration",
"prepublish": "npm run build",
"release": "standard-version --releaseCommitMessageFormat 'chore(release): {{currentTag}} [skip ci]'",
"test": "jest"
},
"devDependencies": {
"@tsconfig/node14": "^1.0.0",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/tar": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.27.0",
"eslint-config-react-typescript": "^1.0.7",
"import-sort-cli": "^6.0.0",
"import-sort-parser-typescript": "^6.0.0",
"import-sort-style-alias": "^1.2.0",
"jest": "^26.6.3",
"prettier": "^2.3.0",
"standard-version": "^9.3.0",
"ts-jest": "^26.5.6",
"typescript": "^4.2",
"webpack": "^5.37.1"
},
"dependencies": {
"fs-extra": "^10.0.0",
"tar": "^6.1.0"
},
"peerDependencies": {},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
},
"author": "Yulong Ruan <[email protected]>",
"license": "MIT",
"keywords": [
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/ruanyl/webpack-remote-types-plugin.git"
},
"homepage": "https://github.com/ruanyl/webpack-remote-types-plugin",
"bugs": "https://github.com/ruanyl/webpack-remote-types-plugin/issues"
}