forked from Client-Powered/qbo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.55 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
46
47
48
49
50
51
52
53
54
55
{
"name": "qbo",
"version": "0.2.191",
"description": "A client for interfacing with the QBO API.",
"repository": "https://github.com/Client-Powered/qbo",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"preinstall": "npx only-allow yarn",
"start": "node --require ts-node/register --require @babel/register src/_local.ts",
"test": "jest",
"setup-publish": "rm -rf dist && npx tsc"
},
"author": "Charles Anderson",
"license": "ISC",
"bugs": {
"url": "https://github.com/your-username/qbo-api/issues"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"ts-error-as-value": "^0.4.207",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.7.4",
"@babel/preset-typescript": "^7.10.1",
"@babel/register": "^7.10.5",
"@types/cors": "^2.8.12",
"@types/date-fns": "^2.6.0",
"@types/express": "^4.17.13",
"@types/jest": "^29.1.2",
"@types/node": "^20.4.5",
"@types/node-fetch": "^2.6.11",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"app-root-path": "^3.1.0",
"dotenv": "^16.0.3",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-no-null": "^1.0.2",
"jest": "^29.2.0",
"jest-junit": "^16.0.0",
"node-fetch": "^2.6.0",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"ts-node": "latest",
"typescript": "latest"
},
"packageManager": "[email protected]"
}