25 lines
483 B
JSON
25 lines
483 B
JSON
|
{
|
||
|
"name": "chiba-clonk-sdk",
|
||
|
"version": "0.1.0",
|
||
|
"main": "index.js",
|
||
|
"repository": "git@github.com:vulcanize/chiba-clonk-sdk.git",
|
||
|
"author": "",
|
||
|
"license": "UNLICENSED",
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^17.0.25",
|
||
|
"@types/yargs": "^17.0.10",
|
||
|
"typescript": "^4.6.3"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"yargs": "^17.4.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": "eslint .",
|
||
|
"clean": "rm -rf ./dist",
|
||
|
"build": "tsc"
|
||
|
},
|
||
|
"bin": {
|
||
|
"chiba": "bin/chiba"
|
||
|
}
|
||
|
}
|