-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 829 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
35
36
{
"name": "rep0rter",
"version": "0.0.1",
"description": "Backend worker and server code for Rep0rter ",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "tsc && node dist/index.js"
},
"keywords": [
"rep0rter",
"g0v"
],
"author": "rep0rter<rep0rter@googlegroups.com>",
"license": "Apache-2.0",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"axios": "^1.6.5",
"chalk": "^5.3.0",
"markdown-it": "^14.0.0",
"nodemailer": "^6.9.8"
},
"devDependencies": {
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.11.5",
"@types/nodemailer": "^6.4.14",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}