@css-doodle/cli
Version:
Command-line tool for css-doodle to preview and generate images/videos
51 lines (50 loc) • 1.24 kB
JSON
{
"name": "@css-doodle/cli",
"version": "1.10.1",
"description": "Command-line tool for css-doodle to preview and generate images/videos",
"bin": {
"css-doodle": "bin/index.js",
"cssd": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx deno lint",
"fmt": "npx deno fmt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/css-doodle/cli.git"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/css-doodle"
},
"keywords": [
"css-doodle"
],
"files": [
"bin",
"lib"
],
"author": "yuanchuan",
"license": "MIT",
"bugs": {
"url": "https://github.com/css-doodle/cli/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/css-doodle/cli#readme",
"type": "module",
"engines": {
"node": ">= 20.11.0"
},
"dependencies": {
"commander": "^14.0.2",
"css-doodle": "^0.48.0",
"node-watch": "^0.7.4",
"puppeteer": "^v24.33.0",
"ws": "^8.18.3"
},
"devDependencies": {}
}