-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 703 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 703 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
{
"private": true,
"name": "devvit-template",
"version": "0.0.0",
"license": "BSD-3-Clause",
"type": "module",
"config": {
"testSubreddit": "pitchforkassistant"
},
"scripts": {
"test": "npm run test:unit",
"test:unit": "vitest --run",
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@devvit/protos": "0.11.12",
"@devvit/public-api": "0.11.12",
"@devvit/shared-types": "0.11.12",
"devvit-helpers": "0.7.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"eslint": "^9.24.0",
"eslint-plugin-vitest": "^0.5.4",
"typescript": "^5.8.2",
"vitest": "^3.1.1"
}
}