You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
552 B
24 lines
552 B
{
|
|
"name": "islock",
|
|
"version": "1.0.0",
|
|
"description": "sydney's project to create a webserver that tells if the cosi labs",
|
|
"main": "dist/src/index.js",
|
|
"scripts": {
|
|
"build": "npx tsc -w",
|
|
"start": "npx nodemon --watch dist"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.cslabs.clarkson.edu/Sydney%20Winkler/isLock.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.17.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.12",
|
|
"typescript": "^4.4.3"
|
|
}
|
|
}
|