assproc/package.json

23 lines
605 B
JSON
Raw Normal View History

{
"name": "@flashwave/assproc",
2024-06-09 20:00:58 +00:00
"version": "0.2.0",
"description": "Personal frontend asset processing tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://patchii.net/flash/assproc"
},
2024-06-09 19:45:58 +00:00
"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"
}
}