-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.18 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.18 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
{
"name": "internetcoolguy",
"description": "the thing doer has logged on.",
"author": "lostfictions <https://github.com/lostfictions>",
"version": "1.0.0",
"private": true,
"main": "dist/main.js",
"scripts": {
"start": "node --enable-source-maps dist/main.js",
"dev": "ts-node -T src/main.ts -- local",
"build": "rm -rf dist/ && tsc",
"test": "run-p -cl test:*",
"test:ts": "tsc --noEmit",
"test:eslint": "eslint --color 'src/**/*.ts' --max-warnings=0",
"test:prettier": "prettier -l 'src/**/*'",
"prettier": "prettier 'src/**' --write"
},
"license": "AGPL-3.0",
"dependencies": {
"@sentry/integrations": "^7.114.0",
"@sentry/node": "^8.40.0",
"dotenv": "^16.4.5",
"twoot": "0.4.0",
"znv": "^0.3.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.17.7",
"eslint": "^8.57.1",
"eslint-config-lostfictions": "^6.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}