-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
39 lines (39 loc) · 1.15 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
{
"name": "gas-webpack-plugin",
"version": "2.6.0",
"description": "Webpack Plugin for Google Apps Script",
"main": "index.js",
"types": "types.d.ts",
"dependencies": {
"gas-entry-generator": "2.6.0",
"minimatch": "^10.0.1",
"slash": "^3.0.0",
"webpack-sources": "^3.1.1"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"conventional-changelog-cli": "^5.0.0",
"es3ify-webpack-plugin": "^0.1.0",
"eslint": "9.17.0",
"globals": "^15.0.0",
"memory-fs": "0.5.0",
"nyc": "15.1.0",
"tap": "16.3.10",
"ts-loader": "^9.1.1",
"typescript": "^5.0.4",
"webpack": "^5.24.2"
},
"scripts": {
"pretest": "cd test && npm install",
"lint": "eslint index.js",
"test": "nyc --reporter=lcov --reporter=text-summary tap test/*.test.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fossamagna/gas-webpack-plugin.git"
},
"author": "fossamagna <[email protected]>",
"license": "MIT"
}