Init express
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "playwright-a11y-dashboard",
|
||||
"version": "1.0.0",
|
||||
"description": "Accessibility compliance software",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user