Files
lu-behaviors/package.json
2022-02-09 11:34:24 -07:00

27 lines
599 B
JSON

{
"name": "lu-behaviors",
"version": "1.0.0",
"description": "",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"dev": "nodemon src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harrisonfishco/lu-behaviors.git"
},
"author": "Harrison Fishco",
"license": "MIT",
"bugs": {
"url": "https://github.com/harrisonfishco/lu-behaviors/issues"
},
"homepage": "https://github.com/harrisonfishco/lu-behaviors#readme",
"dependencies": {
"express": "^4.17.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}