-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
44
45
{
"name": "cobudget-coda",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "npx patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cobudget/cobudget-coda.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cobudget/cobudget-coda/issues"
},
"homepage": "https://github.com/cobudget/cobudget-coda#readme",
"dependencies": {
"@codahq/packs-sdk": "^1.3.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"
}
}