* clear

* feat: Add everything

* fix: Commenht
This commit is contained in:
Prad Nukala
2025-10-03 14:45:52 -04:00
committed by GitHub
parent 43b4a11c06
commit 13e6c3e84d
1935 changed files with 655061 additions and 40058 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"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"
}
}