laconic-registry-cli/package.json
Thomas E Lackey fb381c07f3
All checks were successful
Tests / sdk_tests (push) Successful in 3m34s
Fix cns name resolve (#42)
The `cns name resolve` does not return the result.  Obviously it should.

Reviewed-on: #42
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-11-30 05:01:25 +00:00

33 lines
750 B
JSON

{
"name": "@cerc-io/laconic-registry-cli",
"version": "0.1.3",
"main": "index.js",
"repository": "git@github.com:cerc-io/laconic-registry-cli.git",
"author": "",
"license": "UNLICENSED",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.25",
"@types/yargs": "^17.0.10",
"typescript": "^4.6.3"
},
"dependencies": {
"fs-extra": "^10.1.0",
"@cerc-io/laconic-sdk": "0.1.9",
"js-yaml": "^3.14.1",
"lodash": "^4.17.21",
"lodash-clean": "^2.2.3",
"yargs": "^17.4.1"
},
"scripts": {
"lint": "eslint .",
"clean": "rm -rf ./dist",
"build": "tsc"
},
"bin": {
"laconic": "bin/laconic"
}
}