assproc/package.json
2024-06-10 03:54:00 +00:00

22 lines
611 B
JSON

{
"name": "@flashwave/assproc",
"version": "1.0.0",
"description": "Personal frontend asset processing tool",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://patchii.net/flash/assproc"
},
"author": "flashwave <npm@flash.moe>",
"license": "BSD-3-Clause",
"dependencies": {
"@swc/core": "^1.5.25",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.2",
"html-minifier-terser": "^7.2.0",
"postcss": "^8.4.38"
}
}