-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 862 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 862 Bytes
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
{
"private": true,
"name": "sub-stats-bot",
"version": "0.0.0",
"license": "BSD-3-Clause",
"type": "module",
"scripts": {
"test": "npm run test:unit",
"test:unit": "vitest --run"
},
"dependencies": {
"@devvit/protos": "0.12.0",
"@devvit/public-api": "0.12.0",
"@devvit/shared-types": "0.12.0",
"@types/json2md": "^1.5.4",
"@types/lodash": "^4.17.7",
"@types/markdown-escape": "^1.1.3",
"@types/pluralize": "^0.0.33",
"cron-parser": "^5.1.1",
"date-fns": "^4.1.0",
"json2md": "^2.0.3",
"lodash": "^4.17.21",
"markdown-escape": "^2.0.0",
"pluralize": "^8.0.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@stylistic/eslint-plugin": "^5.2.3",
"@vitest/eslint-plugin": "^1.1.4",
"typescript": "5.8.3",
"typescript-eslint": "^8.4.0",
"vitest": "^3.0.5"
}
}