@codady/normalize
Version:
@codady/normalize, A modern alternative to normalize.css, focused on typography, form usability, and cross-browser consistency.
67 lines (66 loc) • 1.44 kB
JSON
{
"name": "@codady/normalize",
"version": "0.0.6",
"publishConfig": {
"access": "public"
},
"author": "AXUI Development Team",
"license": "MIT",
"description": "@codady/normalize, A modern alternative to normalize.css, focused on typography, form usability, and cross-browser consistency.",
"exports": {
".": "./dist/normalize.min.css",
"./tailwind": "./dist/normalize.tailwind.min.css"
},
"type": "module",
"directories": {
"doc": "docs"
},
"private": false,
"workspaces": [],
"files": [
"examples",
"dist",
"src",
"package.json",
"script-mini.js",
"CHANGELOG.md",
"README.md",
"LICENSE"
],
"devDependencies": {
"clean-css-cli": "^5.6.3",
"terser": "^5.27.2"
},
"scripts": {
"mini": "node script-mini.js",
"git": "node script-git.js",
"push": "node script-push.js",
"all": "npm run mini && npm publish && (npm run push || true)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codady/normalize.git"
},
"extraRepositories": [
{
"type": "git",
"url": "https://gitee.com/codady/normalize"
}
],
"keywords": [
"javascript",
"es6",
"components",
"vnode",
"mvvm",
"html5",
"css3"
],
"bugs": {
"url": "https://github.com/codady/normalize/issues"
},
"homepage": "https://www.axui.cn",
"dependencies": {
"simple-git": "^3.27.0"
}
}