-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 972 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
34
35
36
37
38
{
"name": "css-dts-checker-webpack-plugin",
"version": "0.3.15",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "ts-node-dev --respawn ./src/dev.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Reloaded2/css-dts-checker-webpack-plugin.git"
},
"author": "Andrej Schneider",
"license": "MIT",
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/node": "^14.14.34",
"@types/webpack": "^4.41.26",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.1",
"fast-glob": "^3.2.5",
"prettier": "^2.2.1",
"typescript": "^4.1.3",
"webpack": "^5.25.0"
},
"dependencies": {
"fork-ts-checker-webpack-plugin": "^6.1.1",
"ts-node-dev": "^1.1.1"
}
}