UNPKG

life-sciences-portal-cli

Version:

A CLI to generate and manage life sciences portals.

74 lines (73 loc) 1.85 kB
{ "name": "life-sciences-portal-cli", "description": "A CLI to generate and manage life sciences portals.", "version": "0.4.0", "author": "EBI", "bin": { "life-sciences-portal": "./bin/run" }, "dependencies": { "@angular-devkit/core": "^16.2.1", "@angular-devkit/schematics": "^16.2.1", "@angular-devkit/schematics-cli": "^16.2.1", "@angular/cli": "^16.2.1", "@oclif/command": "^1.8.0", "@oclif/config": "^1.17.0", "@oclif/plugin-help": "^3.2.3", "cli-ux": "^6.0.8", "fs-extra": "^10.0.0", "inquirer": "^8.2.0", "json5": "^2.2.3", "tslib": "^2.3.1" }, "devDependencies": { "@oclif/dev-cli": "^1.26.0", "@types/fs-extra": "^9.0.13", "@types/inquirer": "^8.1.3", "@types/node": "^17.0.10", "eslint": "^5.16.0", "eslint-config-oclif": "^3.1.0", "eslint-config-oclif-typescript": "^0.1.0", "globby": "^10.0.2", "ts-node": "^10.4.0", "typescript": "^4.5.5" }, "engines": { "node": ">=8.5.0" }, "files": [ "/bin", "/lib", "/npm-shrinkwrap.json", "/oclif.manifest.json" ], "homepage": "https://github.com//", "keywords": [ "science", "life", "portal", "life-science", "life-sciences", "EBI", "EMBL", "EMBL-EBI" ], "license": "MIT", "main": "lib/index.js", "oclif": { "commands": "./lib/commands", "bin": "life-sciences-portal", "plugins": [ "@oclif/plugin-help" ] }, "scripts": { "build": "rm -rf lib && tsc -b && node scripts/move-template-files.js", "postpack": "rm -f oclif.manifest.json", "posttest": "eslint . --ext .ts --config .eslintrc", "prepack": "npm run build && oclif-dev manifest && oclif-dev readme", "test": "echo NO TESTS", "version": "oclif-dev readme && git add README.md" }, "types": "lib/index.d.ts" }