kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
16 lines (15 loc) • 343 B
JSON
{
"name": "typecov",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:clean": "if [ -e /tmp/typewiz ]; then rm -rf /tmp/typewiz; fi",
"build": "./bin/build.sh",
"typecov": "./bin/typecov.sh",
"upload": "./bin/upload.sh"
},
"keywords": [],
"author": "",
"license": "Apache-2.0"
}