UNPKG

nav-new-publication-cli

Version:

Add new publication to the navigator web project

51 lines (50 loc) 1.31 kB
{ "name": "nav-new-publication-cli", "version": "0.5.4", "description": "Add new publication to the navigator web project", "packageManager": "yarn@3.6.0", "dependencies": { "commander": "^13.1.0", "fs-extra": "^11.3.0", "picocolors": "^1.1.1", "prompts": "^2.4.2" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/node": "^22.12.0", "@types/prompts": "2.4.2", "@types/validate-npm-package-name": "4.0.2", "eslint": "^9.19.0", "jest": "^29.7.0", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "main": "./dist/index.js", "bin": { "create-nav-publication": "dist/index.js" }, "repository": { "type": "git", "url": "git+ssh://git@bitbucket.org/trinitymirror-ondemand/nav-new-publication-cli.git" }, "scripts": { "build": "tsc --outDir ./dist", "build:watch": "tsc --outDir ./dist --watch", "start": "node dist/index.js" }, "engines": { "node": ">=18.18.0" }, "keywords": [ "nav", "cli", "publication", "project-generator" ], "author": "Sonalika", "license": "MIT", "bugs": { "url": "https://bitbucket.org/trinitymirror-ondemand/nav-new-publication-cli/issues" }, "homepage": "https://bitbucket.org/trinitymirror-ondemand/nav-new-publication-cli#readme" }