mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 17:03:53 +00:00
add package.json
This commit is contained in:
@@ -31,7 +31,6 @@ _SS/
|
||||
db.json
|
||||
.eslintrc.json
|
||||
yarn.lock
|
||||
package.json
|
||||
package-lock.json
|
||||
db.json
|
||||
db backup.json
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"dependencies": {},
|
||||
"devDependencies": {}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"nodestart": "nodemon app.js",
|
||||
"start": "node app.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user