@onekuma/reset
Version:
OneKuma CSS Reseting
35 lines • 662 B
JSON
{
"name": "@onekuma/reset",
"version": "0.1.11",
"description": "OneKuma CSS Reseting",
"keywords": [
"onekuma",
"css",
"normalizes"
],
"homepage": "https://github.com/yjl9903/onekuma#readme",
"bugs": {
"url": "https://github.com/yjl9903/onekuma/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yjl9903/onekuma.git"
},
"license": "MIT",
"author": "XLor",
"exports": {
"./*": "./dist/*"
},
"files": [
"**/*.css"
],
"devDependencies": {
"@unocss/reset": "^0.55.2"
},
"engines": {
"node": ">=v18.16.0"
},
"scripts": {
"build": "optc scripts/copy.ts"
}
}