-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.82 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "googleadsscriptsstarter",
"version": "1.0.0",
"description": "A starter project for Google Ads Scripts using Typescript",
"main": "src/main.ts",
"scripts": {
"build": "webpack --env entryFilename=main.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JJPell/GoogleAdsScriptsTypescriptStarterProject.git"
},
"keywords": [
"google",
"ads",
"scripts",
"typescript"
],
"author": "JJPell",
"license": "MIT",
"bugs": {
"url": "https://github.com/JJPell/GoogleAdsScriptsTypescriptStarterProject/issues"
},
"homepage": "https://github.com/JJPell/GoogleAdsScriptsTypescriptStarterProject#readme",
"dependencies": {
"typescript": "^4.2.4"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-transform-member-expression-literals": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-property-literals": "^7.2.0",
"@babel/preset-env": "^7.7.1",
"@types/google-ads-scripts": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-array-includes": "^2.0.3",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-googleappsscript": "^1.0.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-webpack-plugin": "^2.5.3",
"gas-lib": "^2.0.3",
"gas-webpack-plugin": "^2.0.1",
"prettier": "^2.3.0",
"ts-loader": "^9.1.2",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0"
}
}