@starship-ci/generator
Version:
Starship CI Generator
61 lines (60 loc) • 1.46 kB
JSON
{
"name": "@starship-ci/generator",
"version": "3.14.0",
"author": "Anmol1696 <anmol1696@gmail.com>",
"description": "Starship CI Generator",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/hyperweb-io/starship",
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/hyperweb-io/starship"
},
"bugs": {
"url": "https://github.com/hyperweb-io/starship/issues"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
"clean": "del dist/**",
"prepare": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"lint": "eslint .",
"format": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [
"blockchain",
"blockchain-simulation",
"blockchain-testing",
"TDD",
"multi-chain",
"crypto",
"cryptocurrency",
"ethereum",
"bitcoin",
"cosmos",
"smart-contracts",
"decentralized",
"DApps",
"web3",
"interchain"
],
"dependencies": {
"chalk": "^4.1.0",
"deepmerge": "^4.3.1",
"js-yaml": "^4.1.0",
"kubernetesjs": "^0.7.0",
"mkdirp": "3.0.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9"
},
"gitHead": "2979e36edaed4b17eb1db06b0850ec375b8cb6b8"
}