-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 802 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
{
"name": "parcel-reporter-gas-imports",
"version": "1.0.3",
"description": "Parcel plugin that enables bundling of Google App Script HTML.",
"main": "lib/index.js",
"engines": {
"parcel": "2.0.0-beta.2"
},
"keywords": [
"gas",
"google apps script",
"google apps script html"
],
"funding": "https://ko-fi.com/vladimirmikulic",
"homepage": "https://github.com/VladimirMikulic/parcel-reporter-gas-imports#readme",
"repository": {
"type": "git",
"url": "https://github.com/VladimirMikulic/parcel-reporter-gas-imports.git"
},
"author": "Vladimir Mikulic",
"license": "MIT",
"dependencies": {
"node-html-parser": "^3.1.5",
"prepend-file": "^2.0.0",
"replace-in-file": "^6.2.0"
},
"devDependencies": {
"parcel": "^2.0.0-beta.2"
}
}