forked from dukeofsussex/SteamWatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.43 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.43 KB
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": "steam-watch",
"version": "4.8.0",
"description": "A Discord bot for keeping track of Steam apps",
"scripts": {
"build": "npm run build --workspaces --if-present",
"build:interactions": "npm run build -w @steamwatch/interactions",
"build:processes": "npm run build -w @steamwatch/processes",
"lint": "npm run lint --workspaces --if-present",
"dev:interactions": "npm run dev -w @steamwatch/interactions",
"dev:processes": "npm run dev -w @steamwatch/processes",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dukeofsussex/SteamWatch.git"
},
"author": "Christopher Satchell",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/dukeofsussex/SteamWatch/issues"
},
"homepage": "https://github.com/dukeofsussex/SteamWatch#readme",
"devDependencies": {
"@tsconfig/node-lts": "^20.1.3",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.29.1",
"husky": "^9.0.11",
"knex": "^3.1.0",
"lint-staged": "^15.2.7",
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.3"
},
"workspaces": [
"packages/*"
],
"private": true
}