@thehapp/treerful-icon
Version:
treerful icon font package
34 lines (33 loc) • 838 B
JSON
{
"name": "@thehapp/treerful-icon",
"version": "1.2.3",
"description": "treerful icon font package",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pickone/treerful-icon.git"
},
"main": "index.js",
"style": "style.css",
"keywords": [
"notfound",
"npm",
"package"
],
"bugs": {
"url": "https://github.com/pickone/treerful-icon/issues"
},
"homepage": "https://github.com/pickone/treerful-icon#readme",
"scripts": {
"build": "npm run compress:css",
"compress:css": "postcss style.css -u cssnano -o style.min.css --no-map",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "huatsanhuang",
"devDependencies": {
"cssnano": "^5.0.10",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.2",
"webpack": "^5.64.0"
}
}