-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.38 KB
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
37
38
39
40
41
42
43
44
45
{
"name": "blossom",
"version": "1.0.0",
"description": "website for blossom",
"main": "app.ts",
"repository": "git@github.com:a2infinite/blossom-server.git",
"author": "Ayush Chugh <ayushchugh2006@gmail.com>, Bhavya Chugh <bhavvyachugh@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "tsnd --exit-child --transpile-only src/app.ts"
},
"dependencies": {
"@typegoose/typegoose": "^9.12.0",
"express": "^4.18.1",
"mongoose": "^6.6.1"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.6",
"@semantic-release/npm": "9.0.1",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/express": "^4.17.14",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"eslint": "8.23.1",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsonc": "2.4.0",
"eslint-plugin-no-secrets": "0.8.9",
"eslint-plugin-no-unsanitized": "4.0.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-pii": "1.0.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-sonarjs": "0.15.0",
"prettier": "2.7.1",
"prettier-eslint": "15.0.1",
"semantic-release": "19.0.5",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.3"
}
}