inkplugin
Version:
INK cli tools for plugin developers.
62 lines (61 loc) • 1.36 kB
JSON
{
"name": "inkplugin",
"description": "\nINK cli tools for plugin developers.",
"version": "0.3.3",
"author": "Syed Faris Ahmed @fariscode",
"bin": {
"inkplugin": "./bin/run"
},
"bugs": "https://github.com/inkcontent/cli/issues",
"dependencies": {
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^3",
"folder-hash": "^4.0.1",
"jszip": "^3.5.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/test": "^1",
"chai": "^4",
"eslint": "^5.13",
"eslint-config-oclif": "^3.1",
"globby": "^10",
"mocha": "^5",
"nyc": "^14",
"rimraf": "^3.0.2"
},
"engines": {
"node": ">=8.5.0"
},
"files": [
"/bin",
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"/src"
],
"homepage": "https://github.com/inkcontent/cli",
"keywords": [
"inkplugin",
"ink",
"plugin",
"dye",
"packager"
],
"license": "MIT",
"main": "src/index.js",
"oclif": {
"commands": "./src/commands",
"bin": "inkplugin",
"plugins": [
"@oclif/plugin-help"
]
},
"repository": "https://github.com/inkcontent/cli",
"scripts": {
"posttest": "eslint .",
"postpack": "rimraf oclif.manifest.json",
"test": "nyc mocha --forbid-only \"test/**/*.test.js\"",
"version": "oclif-dev readme && git add README.md"
}
}