forked from dwmorrin/gas-eco
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 721 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 721 Bytes
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
{
"name": "gas-eco",
"type": "module",
"version": "1.0.0",
"description": "google apps script equipment check out",
"private": true,
"dependencies": {
"inline-source": "^7.2.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-googleappsscript": "^1.0.3",
"eslint-plugin-html": "^6.0.0"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwmorrin/gas-eco.git"
},
"keywords": [
"google",
"apps",
"script",
"point-of-sale"
],
"author": "dwmorrin@gmail.com",
"bugs": {
"url": "https://github.com/dwmorrin/gas-eco/issues"
},
"homepage": "https://github.com/dwmorrin/gas-eco#readme"
}