-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.17 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.17 KB
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": "10.0.1",
"globals": "^17.0.0",
"lodash": "^4.17.21",
"memory-fs": "0.5.0",
"tap": "21.6.2",
"ts-loader": "^9.1.1",
"typescript": "^5.0.4",
"webpack": "^5.24.2"
},
"scripts": {
"pretest": "cd test && npm install",
"lint": "eslint index.js",
"test": "tap --coverage-report=lcov --no-browser --allow-incomplete-coverage 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 <fossamagna2@gmail.com>",
"license": "MIT"
}