mercury/package.json
2023-09-11 22:01:18 +02:00

18 lines
461 B
JSON

{
"name": "mercury",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch:style": "sass -I . -w assets/scss/:web/frontend/assets/css/ --style compressed",
"dev": "concurrently \"pnpm watch:style\" \"cd frontend && pnpm dev\" \"air\""
},
"keywords": [],
"author": "sam <sam@sleepycat.moe>",
"license": "APGL-3.0-only",
"devDependencies": {
"concurrently": "^8.2.1",
"normalize.css": "^8.0.1",
"sass": "^1.66.1"
}
}