mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"name": "datahaven-tools",
|
|
"version": "0.0.1",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"octokit": "^1.0.6",
|
|
"ts-node": "^8.10.1",
|
|
"typescript": "^4.4.3",
|
|
"yargs": "^17.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/yargs": "^15.0.12"
|
|
}
|
|
}
|