@ka1do/kit
Version:
54 lines (53 loc) • 1.28 kB
JSON
{
"name": "@ka1do/kit",
"version": "0.0.3",
"description": "Kaido Kit",
"main": "build/src/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kaido-team/kaido-kit.git"
},
"author": "Max Kaido <maximkaido@gmail.com>",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/kaido-team/kaido-kit/issues"
},
"homepage": "https://github.com/kaido-team/kaido-kit#readme",
"main": "build/src",
"scripts": {
"build": "tsc",
"test": "yarn mocha build/test --recursive -c",
"dev:test": "yarn mocha build/test --recursive --delay=100 -c -w",
"dev:build": "tsc -w"
},
"dependencies": {
"consola": "^2.15.2",
"ethers": "^5.1.3"
},
"devDependencies": {
"@types/chai": "^4.2.16",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"chai": "^4.3.0",
"eslint": "^7.19.0",
"eslint-plugin-mocha": "^8.0.0",
"mocha": "^8.2.1",
"nodemon": "^2.0.7",
"typescript": "^4.1.5"
},
"keywords": [
"telegram",
"ethereum",
"pair-programming",
"spacevim",
"vim",
"zsh",
"ohmyzsh",
"byobu",
"tmux",
"experiment"
]
}