22 lines
612 B
JSON
22 lines
612 B
JSON
{
|
|
"name": "@flashwave/assproc",
|
|
"version": "0.13.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"
|
|
}
|
|
}
|