-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.27 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": "coda-qbo",
"version": "1.0.0",
"description": "A Coda Pack for working with QuickBooks Online Invoices",
"main": "pack.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "npx patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ontl/coda-qbo.git"
},
"author": "Nick Haffie-Emslie",
"license": "MIT",
"bugs": {
"url": "https://github.com/ontl/coda-qbo/issues"
},
"homepage": "https://github.com/ontl/coda-qbo#readme",
"dependencies": {
"@codahq/packs-sdk": "^1.2.3"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.21",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/experimental-utils": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"eslint": "^8.8.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": "^9.2.1",
"sinon": "^13.0.1",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
}
}