{ "name": "@sonr.io/pkl", "version": "0.1.0", "description": "A Pkl project for configuring the Sonr Network. This package resolves Pkl packages and includes the required cli.", "homepage": "https://github.com/sonr-io/pkljar#readme", "bugs": { "url": "https://github.com/sonr-io/pkljar/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sonr-io/pkljar.git" }, "publishConfig": { "access": "public" }, "license": "ISC", "author": "Sonr DAO", "type": "module", "bin": { "pkljar": "./cli/index.js" }, "scripts": { "cli:start": "node src/index.js", "test": "echo 'No tests defined for @sonr.io/pkl'", "release": "cz --no-raise 6,21 bump --yes --increment PATCH" }, "dependencies": { "@clack/prompts": "^0.11.0", "@pkl-community/pkl": "^0.28.2", "picocolors": "^1.1.1" }, "devDependencies": { "bun-types": "^1.2.20", "csstype": "^3.1.3", "sisteransi": "^1.0.5", "typescript": "^5.9.2", "undici-types": "^7.10.0" } }