-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 764 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
{
"name": "workout-personal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prestart": "node migrations/migration.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ledagougou/login-register-system-by-react-typescript-express-sqlite3.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ledagougou/login-register-system-by-react-typescript-express-sqlite3/issues"
},
"homepage": "https://github.com/ledagougou/login-register-system-by-react-typescript-express-sqlite3#readme",
"dependencies": {
"axios": "^0.27.2",
"better-sqlite3": "^7.5.3",
"express": "^4.18.1",
"twig": "^1.15.4"
}
}