-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 965 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
31
32
33
34
35
36
37
{
"name": "data-validation-protection",
"description": "Apps Script utility library for easy manipulation of data validation protection",
"version": "1.2.1",
"keywords": [
"google apps script",
"data validation",
"protection",
"google sheets",
"spreadsheets"
],
"author": {
"name": "Oleg Valter",
"email": "[email protected]"
},
"license": "GPL-3.0-or-later",
"scripts": {
"test": "mocha -r ts-node/register",
"push": "clasp push --force",
"preversion": "npm run push",
"postversion": "bash ./scripts/postversion.sh"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/google-apps-script": "^1.0.67",
"@types/mocha": "^9.1.1",
"@types/node": "^16.18.46",
"@types/sinon": "^10.0.16",
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"clasp": "^1.0.0",
"mocha": "^9.2.2",
"sinon": "^11.1.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}