-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 888 Bytes
/
package.json
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": "personal-edms",
"version": "0.0.1",
"description": "",
"main": "src/index.ts",
"scripts": {
"start": "./node_modules/typescript/bin/tsc && node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/i5heu/personal-edms.git"
},
"author": "",
"bugs": {
"url": "https://github.com/i5heu/personal-edms/issues"
},
"homepage": "https://github.com/i5heu/personal-edms#readme",
"devDependencies": {
"typescript": "^4.1.4"
},
"dependencies": {
"@types/express": "^4.17.11",
"@types/multer": "^1.4.5",
"@types/sqlite3": "^3.1.7",
"bootstrap": "^5.0.0-beta2",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"multer": "^1.4.2",
"nodemon": "^2.0.7",
"pug": "^3.0.1",
"sqlite": "^4.0.19",
"sqlite3": "^5.0.1",
"tesseract.js": "^2.1.4",
"ts-node": "^9.1.1"
}
}