@fugitivesclub/nft-cli
Version:
This CLI allow you to mint your NFT's
108 lines (107 loc) • 2.85 kB
JSON
{
"private": false,
"name": "@fugitivesclub/nft-cli",
"description": "This CLI allow you to mint your NFT's ",
"version": "0.0.3",
"author": "FugitivesClub <contact@fugitivesclub.com>",
"bin": {
"nft": "bin/run"
},
"bugs": "https://github.com/Fugitives-Club/nft-cli.git/nft-cli/issues",
"dependencies": {
"@fugitivesclub/nft": "^0.0.3",
"@oclif/core": "^1",
"@oclif/errors": "^1.3.5",
"@oclif/plugin-commands": "^2.0.2",
"@oclif/plugin-help": "^5",
"@oclif/plugin-not-found": "^2.2.4",
"@oclif/plugin-warn-if-update-available": "^2.0.4",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@oclif/test": "^2",
"@types/chai": "^4",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.10",
"chai": "^4",
"eslint": "^8.7.0",
"eslint-config-oclif": "^4",
"eslint-config-oclif-typescript": "^1.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"globby": "^12",
"husky": "^7.0.4",
"mocha": "^9",
"oclif": "^2.3.0",
"pinst": "^2.1.6",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.5.1",
"shx": "^0.3.4",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
},
"dirname": "oex",
"engines": {
"node": ">=12.0.0"
},
"files": [
"/bin",
"/dist",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/Fugitives-Club/nft-cli.git",
"keywords": [
"FugitivesClub",
"Hedera",
"IPFS",
"CLI",
"NFT",
"Mint"
],
"license": "MIT",
"main": "dist/index.js",
"oclif": {
"bin": "nft",
"commands": "./dist/commands",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-commands",
"@oclif/plugin-not-found",
"@oclif/plugin-warn-if-update-available"
],
"topicSeparator": " ",
"topics": {
"hello": {
"description": "Say hello to the world and others"
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/Fugitives-Club/nft-cli.git"
},
"scripts": {
"build": "shx rm -rf dist && tsc -b",
"lint": "eslint . --ext .ts --config .eslintrc.js",
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "yarn lint",
"readme": "oclif readme",
"prepack": "yarn build && oclif manifest && yarn readme",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "yarn readme && git add README.md",
"prepare": "husky install",
"_postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"types": "dist/index.d.ts",
"directories": {
"test": "test"
}
}