forked from dlealv/UnitTestingApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 773 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 773 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
{
"name": "unittestingappforgas",
"version": "0.1.2",
"description": "This is a unit testing library with Google Apps Script in mind.",
"main": "TestingTemplate.js",
"scripts": {
"test": "node .\\Example\\TestsAdvanced.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/mark05e/UnitTestingApp.git"
},
"keywords": [
"apps-script",
"google-apps-script",
"gsuite",
"google-workspace",
"testing",
"javascript"
],
"author": "mark05e",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mark05e/UnitTestingApp/issues"
},
"homepage": "https://github.com/mark05e/UnitTestingApp#readme",
"devDependencies": {
"@types/google-apps-script": "^1.0.45",
"jshint": "^2.13.4"
}
}