UNPKG

@alma3lol/represent-cli

Version:

A command-line interface for RepresentJS

62 lines (61 loc) 1.43 kB
{ "name": "@alma3lol/represent-cli", "version": "0.0.9", "description": "A command-line interface for RepresentJS", "main": "index.ts", "scripts": { "build": "tsc", "build:watch": "tsc --watch", "test": "jest", "test:watch": "jest --watch" }, "publishConfig": { "access": "public" }, "bin": { "represent": "bin/cli.js" }, "keywords": [ "represent", "representjs", "cli", "mvc", "mvvm", "mvi" ], "author": "Omar Almalol", "license": "MIT", "dependencies": { "@alma3lol/represent": "^0.2.20", "cli-spinners": "^2.5.0", "commander": "^6.2.0", "glob": "^7.1.6", "inquirer": "^7.3.3", "inquirer-autocomplete-prompt": "^1.3.0", "listr": "^0.14.3", "loading-cli": "^1.1.0", "lodash": "^4.17.20", "uuid": "^8.3.2" }, "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-decorators": "^7.8.3", "@babel/plugin-transform-runtime": "^7.9.6", "@babel/plugin-transform-typescript": "^7.11.0", "@babel/preset-env": "^7.9.6", "@babel/preset-react": "^7.12.5", "@babel/preset-typescript": "^7.9.0", "@types/glob": "^7.1.3", "@types/inquirer": "^7.3.1", "@types/jest": "^25.2.1", "@types/listr": "^0.14.2", "@types/lodash": "^4.14.166", "@types/node": "^13.13.5", "@types/uuid": "^8.3.0", "jest": "^26.0.1", "ts-jest": "^26.4.4", "ts-node": "^8.10.2", "tslib": "^1.11.1", "typescript": "^3.8.3" } }