LinkMeUp/package.json
2024-01-02 17:38:05 +01:00

23 lines
482 B
JSON

{
"name": "link_me_up",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node dev-server.js",
"build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^3.0.2",
"chokidar": "^3.5.3",
"clean-css": "^5.3.3",
"express": "^4.18.2",
"handlebars": "^4.7.8",
"html-minifier": "^4.0.0"
}
}