2022-04-22 12:22:17 +00:00
|
|
|
{
|
|
|
|
"name": "chiba-clonk-sdk",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": "git@github.com:vulcanize/chiba-clonk-sdk.git",
|
|
|
|
"author": "",
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"devDependencies": {
|
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",
|
|
|
|
"@types/yargs": "^17.0.10",
|
|
|
|
"typescript": "^4.6.3"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-25 09:36:45 +00:00
|
|
|
"chiba-clonk-client": "https://github.com/vulcanize/chiba-clonk-client.git#cf7e47cde72e6807244bae7101aeb25342fc5588",
|
2022-04-25 06:27:40 +00:00
|
|
|
"js-yaml": "^4.1.0",
|
|
|
|
"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",
|
|
|
|
"build": "tsc"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"chiba": "bin/chiba"
|
|
|
|
}
|
|
|
|
}
|