-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 692 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 692 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
{
"name": "tsc-meetings",
"private": true,
"version": "1.0.0",
"description": "Technical Steering Committee meeting notes, proposals, and related information",
"scripts": {
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"generate:transcript": "node ./scripts/generate-transcript.mjs"
},
"repository": "webpack/tsc",
"license": "MIT",
"dependencies": {
"discord-transcript-generator": "^1.1.2",
"moment": "^2.30.1"
},
"devDependencies": {
"@types/node": "^22.15.3",
"eslint": "^9.25.1",
"eslint-config-eslint": "^11.0.0",
"eslint-plugin-jsdoc": "^50.6.11",
"eslint-plugin-node": "^11.1.0",
"prettier": "^3.5.3"
}
}