generate-atomic-css-cli
Version:
Generates and updates all HTML templates' atomic CSS
84 lines (83 loc) • 1.82 kB
JSON
{
"name": "generate-atomic-css-cli",
"version": "4.0.8",
"description": "Generates and updates all HTML templates' atomic CSS",
"keywords": [
"atomic",
"cli",
"cli-app",
"create",
"css",
"development",
"email",
"generate",
"mailing",
"marketing",
"refresh",
"render",
"template",
"tool",
"update"
],
"homepage": "https://codsen.com/os/generate-atomic-css-cli",
"repository": {
"type": "git",
"url": "git+https://github.com/codsen/codsen.git",
"directory": "packages/generate-atomic-css-cli"
},
"license": "MIT",
"author": {
"name": "Roy Revelt",
"email": "roy@codsen.com",
"url": "https://codsen.com"
},
"type": "module",
"bin": {
"gac": "cli.js"
},
"scripts": {
"build": "exit 0",
"cjs-off": "exit 0",
"cjs-on": "exit 0",
"dev": "exit 0",
"devtest": "npm run test",
"dts": "exit 0",
"examples": "exit 0",
"lect": "node '../../ops/lect/lect.js'",
"letspublish": "npm publish || :",
"lint": "eslint . --fix",
"perf": "exit 0",
"prep": "echo 'ready'",
"prettier": "prettier",
"prettier:format": "npm run prettier -- --write '**/*.{js,md}' --no-error-on-unmatched-pattern --log-level 'silent'",
"pretest": "exit 0",
"test": "c8 npm run unit && npm run lint",
"unit": "uvu test"
},
"engines": {
"node": ">=18"
},
"c8": {
"check-coverage": false,
"exclude": [
"**/test/**/*.*"
]
},
"lect": {
"licence": {
"extras": [
""
]
},
"various": {}
},
"dependencies": {
"generate-atomic-css": "^3.0.22",
"globby": "^14.1.0",
"is-d": "^1.0.0",
"meow": "^13.2.0",
"p-reduce": "^3.0.0",
"update-notifier": "^7.3.1",
"write-file-atomic": "^6.0.0"
}
}