-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 848 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 848 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
{
"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.23",
"@devvit/public-api": "0.12.23",
"@fsvreddit/fsv-devvit-helpers": "github:fsvreddit/fsv-devvit-helpers",
"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": {
"@fsvreddit/eslint-config": "github:fsvreddit/eslint-config",
"@types/json2md": "^1.5.4",
"@types/lodash": "^4.17.7",
"@types/markdown-escape": "^1.1.3",
"@types/pluralize": "^0.0.33",
"eslint": "^10.0.0",
"typescript": "5.8.3",
"vitest": "^4.0.0"
}
}