-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 965 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
{
"name": "@epicdm/webpack-plugin-parse-functions",
"version": "0.4.0",
"main": "dist/main.js",
"description": "Webpack Parse Function builder",
"author": "Dustin Chaffin, Epic Digital Interactive Media LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/epic-digital-im/webpack-plugin-parse-functions/issues"
},
"homepage": "https://github.com/epic-digital-im/webpack-plugin-parse-functions#readme",
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"prepare": "husky install",
"test": "echo \"Error: no test specified\""
},
"devDependencies": {
"@types/glob": "^8.0.0",
"@types/parse": "^2.18.18",
"@types/prettier": "^2.7.0",
"@types/webpack": "^5.28.0",
"husky": "^8.0.0",
"typescript": "^4.6.4",
"webpack": "^5.74.0"
},
"dependencies": {
"eta": "^2.0.0",
"glob": "^8.1.0",
"parse": "^4.0.1",
"prettier": "^2.8.3",
"webpack-inject-plugin": "^1.5.5"
}
}