{ "name": "@flashwave/assproc", "version": "0.3.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 ", "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" } }