-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "@assistantapps/assistantapps.api.client",
"version": "0.0.26",
"description": "Typescript package for interacting with the AssistantApps WebAPI",
"author": "Kurt Lourens",
"license": "MIT",
"main": "./lib/index.js",
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/AssistantApps/Api.NPM.Client.git"
},
"scripts": {
"build": "tsc",
"lint": "eslint --fix 'src/**/*.ts'",
"test": "jest --runInBand"
},
"dependencies": {
"@microsoft/signalr": "^7.0.5",
"dayjs": "^1.11.7"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"babel-jest": "^29.5.0",
"eslint": "^8.39.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=18.0"
},
"keywords": [
"assistantapps"
]
}