-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.3 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.3 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
40
41
42
{
"name": "atlassian-marketplace-sheets-connector",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"upload": "clasp push",
"deploy": "npm run build && npm run upload",
"deploy:prod": "cross-env NODE_ENV=production npm run deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toolsplus/atlassian-marketplace-sheets-connector.git"
},
"author": "Tobias Binna <tobias@toolsplus.io>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@google/clasp": "^2.3.0",
"@types/google-apps-script": "^1.0.37",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.2",
"cross-env": "^7.0.2",
"eslint": "^8.41.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-googleappsscript": "^1.0.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-webpack-plugin": "^4.0.1",
"fork-ts-checker-webpack-plugin": "^6.0.4",
"gas-webpack-plugin": "^2.1.0",
"prettier": "^2.2.1",
"typescript": "^4.1.2",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1"
}
}