@apillon/cli
Version:
▶◀ Apillon CLI tools ▶◀
62 lines (61 loc) • 1.42 kB
JSON
{
"name": "@apillon/cli",
"description": "▶◀ Apillon CLI tools ▶◀",
"version": "1.7.1",
"author": "Apillon",
"license": "MIT",
"main": "./dist/index.js",
"bugs": {
"url": "https://github.com/Apillon/sdk/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Apillon/sdk"
},
"homepage": "https://wiki.apillon.io/build/6-apillon-cli.html",
"declaration": true,
"files": [
"dist/**/*"
],
"types": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "npm run build",
"prebuild": "rimraf dist",
"build": "tsc --declarationMap",
"dev": "tsc --declarationMap --watch",
"lint": "tsc --declarationMap && eslint \"{src,test}/**/*.ts\" --fix",
"cli-install": "tsc && npm uninstall -g ; npm i -g",
"publish-package": "npm publish",
"publish-beta": "npm publish --tag beta"
},
"bin": {
"apillon": "./dist/index.js",
"@apillon/cli": "./dist/index.js"
},
"keywords": [
"CLI",
"Apillon",
"web3",
"development",
"blockchain",
"ipfs",
"polkadot",
"moonbeam",
"kilt",
"phala",
"decentralized"
],
"devDependencies": {
"eslint-config-common": "*",
"nodemon": "^3.1.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tsconfig": "*"
},
"dependencies": {
"@apillon/sdk": "*",
"axios": "^1.6.8",
"chalk": "^4.1.2",
"commander": "^11.1.0"
}
}