2022-04-22 12:22:17 +00:00
|
|
|
{
|
2022-12-13 15:03:34 +00:00
|
|
|
"name": "@cerc-io/laconic-registry-cli",
|
2022-04-22 12:22:17 +00:00
|
|
|
"version": "0.1.0",
|
|
|
|
"main": "index.js",
|
2022-12-13 15:03:34 +00:00
|
|
|
"repository": "git@github.com:cerc-io/laconic-registry-cli.git",
|
2022-04-22 12:22:17 +00:00
|
|
|
"author": "",
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"devDependencies": {
|
2022-04-26 06:57:02 +00:00
|
|
|
"@types/fs-extra": "^9.0.13",
|
2023-03-24 11:32:38 +00:00
|
|
|
"@types/jest": "^29.5.0",
|
2022-04-25 06:27:40 +00:00
|
|
|
"@types/js-yaml": "^4.0.5",
|
|
|
|
"@types/lodash": "^4.14.182",
|
2022-04-22 12:22:17 +00:00
|
|
|
"@types/node": "^17.0.25",
|
2023-04-03 13:24:15 +00:00
|
|
|
"@types/semver": "^7.3.13",
|
2022-04-22 12:22:17 +00:00
|
|
|
"@types/yargs": "^17.0.10",
|
2023-03-24 11:32:38 +00:00
|
|
|
"jest": "^29.5.0",
|
|
|
|
"ts-jest": "^29.0.5",
|
2022-04-22 12:22:17 +00:00
|
|
|
"typescript": "^4.6.3"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-02-20 19:37:20 +00:00
|
|
|
"@cerc-io/laconic-sdk": "0.1.6",
|
2023-03-24 11:32:38 +00:00
|
|
|
"fs-extra": "^10.1.0",
|
2022-09-28 19:35:51 +00:00
|
|
|
"js-yaml": "^3.14.1",
|
2022-04-25 06:27:40 +00:00
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"lodash-clean": "^2.2.3",
|
2022-04-22 12:22:17 +00:00
|
|
|
"yargs": "^17.4.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint .",
|
|
|
|
"clean": "rm -rf ./dist",
|
2023-03-24 11:32:38 +00:00
|
|
|
"build": "tsc",
|
2023-04-03 07:28:22 +00:00
|
|
|
"test": "jest --runInBand --verbose",
|
|
|
|
"test:auctions": "TEST_AUCTIONS_ENABLED=1 jest --runInBand --verbose test/auction.test.ts"
|
2022-04-22 12:22:17 +00:00
|
|
|
},
|
|
|
|
"bin": {
|
2022-09-28 19:31:20 +00:00
|
|
|
"laconic": "bin/laconic"
|
2022-04-22 12:22:17 +00:00
|
|
|
}
|
|
|
|
}
|