mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-27 09:59:08 +00:00
add package.json
This commit is contained in:
@@ -31,7 +31,6 @@ _SS/
|
|||||||
db.json
|
db.json
|
||||||
.eslintrc.json
|
.eslintrc.json
|
||||||
yarn.lock
|
yarn.lock
|
||||||
package.json
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
db.json
|
db.json
|
||||||
db backup.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