@starship-ci/types
Version:
Starship Types
55 lines (54 loc) • 1.33 kB
JSON
{
"name": "@starship-ci/types",
"version": "4.0.0",
"author": "Anmol1696 <anmol1696@gmail.com>",
"description": "Starship Types",
"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",
"dev": "ts-node src/index",
"lint": "eslint .",
"format": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@chain-registry/types": "^2.0.1"
},
"keywords": [
"blockchain",
"blockchain-simulation",
"blockchain-testing",
"TDD",
"multi-chain",
"crypto",
"cryptocurrency",
"ethereum",
"bitcoin",
"cosmos",
"smart-contracts",
"decentralized",
"DApps",
"web3",
"interchain"
],
"gitHead": "ee537a2b56fc5e925c87438c84784cba917dbb1b"
}