40 lines
804 B
JSON
40 lines
804 B
JSON
{
|
|
"name": "@open-pencil/cli",
|
|
"version": "0.13.2",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"imports": {
|
|
"#cli/*": "./src/*"
|
|
},
|
|
"bin": {
|
|
"openpencil": "./bin/openpencil.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "bunx tsdown --config tsdown.config.ts",
|
|
"prepublishOnly": "bun run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/open-pencil/open-pencil.git",
|
|
"directory": "packages/cli"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"dependencies": {
|
|
"@open-pencil/core": "workspace:*",
|
|
"@open-pencil/dom-css": "workspace:*",
|
|
"agentfmt": "^0.1.3",
|
|
"canvaskit-wasm": "^0.40.0",
|
|
"citty": "^0.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.2.9"
|
|
}
|
|
}
|