-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "gas-menus",
"version": "0.19.0",
"description": "Menu building utilities",
"main": "index.js",
"scripts": {
"test": "mocha -r ts-node/register",
"push": "clasp push --force",
"version": "npm run push",
"typecheck": "tsc --noEmit",
"postversion": "bash ./scripts/postversion.sh"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Oaphi/gas-menus.git"
},
"keywords": [
"google-apps-script",
"javascript",
"menu",
"utilities"
],
"author": "Oleg Valter",
"license": "MIT",
"bugs": {
"url": "https://github.com/Oaphi/gas-menus/issues"
},
"homepage": "https://github.com/Oaphi/gas-menus#readme",
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/google-apps-script": "^1.0.67",
"@types/mocha": "^8.2.3",
"@types/node": "^16.18.46",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"eslint": "^7.32.0",
"mocha": "^9.2.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}