@ventum-digital/iiq-plugin-project-generator
Version:
A npm tool to set-up the project structure for developing an IIQ Plugin.
51 lines (50 loc) • 1.17 kB
JSON
{
"name": "@ventum-digital/iiq-plugin-project-generator",
"version": "1.1.3",
"description": "A npm tool to set-up the project structure for developing an IIQ Plugin.",
"main": "",
"scripts": {
"generatePlugin": "node src/generatePlugin.js",
"generatePluginModule": "node src/generatePluginModule.js",
"clean": "mkdir -p test; rm -rf dist test/*",
"cleanWin": "wsl mkdir -p test; rm -rf dist test/* || echo 1",
"link:local": "npm link"
},
"publishConfig": {
"access": "public"
},
"files": [
"src",
"templates",
"README.md"
],
"bin": {
"generate-plugin": "./src/generatePlugin.js",
"generate-plugin-module": "./src/generatePluginModule.js",
"upload-mvn-library": "./src/uploadMvnLibrary.js"
},
"repository": {
"type": "git",
"url": "https://git.ventum.com/sailpoint-plugins/archetype-2.0.git"
},
"keywords": [
"ventum",
"tools",
"iiq",
"identityiq",
"plugin",
"archetype",
"generator",
"plugins",
"template",
"development"
],
"author": "Adam Mazurkiewicz-Madej",
"license": "MIT",
"dependencies": {
"child_process": "^1.0.2",
"ini": "^5.0.0",
"minimist": "^1.2.8",
"readline-sync": "^1.4.10"
}
}