-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 941 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
{
"name": "hirez-wrapper",
"version": "1.0.2",
"description": "Wrapper for the HiRez API",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/BlakeIsMyWaifu/hirez-wrapper"
},
"scripts": {
"build": "ttsc --build",
"lint": "eslint . --fix",
"test": "jest",
"prepare": "npm run build"
},
"author": "Joel Dohm-Karatjas",
"license": "MIT",
"devDependencies": {
"@jest/globals": "^28.1.0",
"@ovos-media/ts-transform-paths": "^1.7.18-1",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@zerollup/ts-transform-paths": "^1.7.18",
"dotenv": "^16.0.1",
"eslint": "^8.16.0",
"jest": "^28.1.0",
"ts-jest": "^28.0.3",
"ts-node": "^10.8.0",
"ttypescript": "^1.5.13",
"typescript": "^4.7.2"
}
}