@ima/plugin-cli
Version:
IMA.js Plugin CLI tool to build, link, develop IMA.js plugins.
59 lines (58 loc) • 1.3 kB
JSON
{
"name": "@ima/plugin-cli",
"version": "19.1.4",
"description": "IMA.js Plugin CLI tool to build, link, develop IMA.js plugins.",
"keywords": [
"IMA",
"IMA.js",
"Isomorphic",
"Javascript",
"CLI",
"Plugin"
],
"bugs": {
"url": "https://github.com/seznam/ima/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/seznam/ima.git",
"directory": "packages/plugin-cli"
},
"license": "MIT",
"author": "Jan Šimeček <jan.simecek@firma.seznam.cz>",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"ima-plugin": "./dist/bin/ima-plugin.js"
},
"scripts": {
"build": "tsc -b",
"dev": "tsc -w --preserveWatchOutput",
"lint": "eslint './**/*.{js,jsx,ts,tsx}'"
},
"dependencies": {
"@ima/dev-utils": "^19.0.0",
"@swc/core": "^1.3.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"globby": "^11.1.0",
"preprocess": "^3.2.0",
"yargs": "^17.5.1"
},
"devDependencies": {
"@types/node": "^18.7.6",
"@types/yargs": "^17.0.10"
},
"peerDependencies": {
"typescript": ">=4"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}