✨feature: Set up Express Generator skeleton
This commit is contained in:
24
package.json
24
package.json
@@ -1,22 +1,16 @@
|
||||
{
|
||||
"name": "playwright-a11y-dashboard",
|
||||
"version": "1.0.0",
|
||||
"description": "Accessibility compliance software",
|
||||
"main": "index.js",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"start": "node ./bin/www"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.keithsolomon.net/keith/Playwright-A11y-Dashboard.git"
|
||||
},
|
||||
"keywords": [
|
||||
"accessibility",
|
||||
"software"
|
||||
],
|
||||
"author": "Keith, Aarish",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^5.1.0"
|
||||
"cookie-parser": "~1.4.4",
|
||||
"debug": "~2.6.9",
|
||||
"express": "~4.16.1",
|
||||
"http-errors": "~1.6.3",
|
||||
"jade": "~1.11.0",
|
||||
"morgan": "~1.9.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user