-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1003 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": "google-photos",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@codahq/packs-sdk": "^1.3.3",
"moment": "^2.29.4"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.11",
"@types/sinon": "^10.0.13",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/experimental-utils": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"eslint": "^8.37.0",
"eslint-plugin-ban": "^1.6.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-local": "^1.0.0",
"eslint-plugin-prefer-let": "^3.0.1",
"json-schema": "^0.4.0",
"mocha": "^10.2.0",
"sinon": "^15.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
}
}