UNPKG

types-installer

Version:

Installs @types for your existing dependencies

56 lines (55 loc) 1.44 kB
{ "name": "types-installer", "version": "1.6.3", "description": "Installs @types for your existing dependencies", "main": "./actions", "author": "nfour <novus.nfour@gmail.com>", "license": "MIT", "keywords": [ "typescript", "types", "typings", "install", "cli" ], "bin": { "types-installer": "./bin/types-installer.js" }, "repository": { "type": "git", "url": "https://github.com/nfour/types-installer" }, "scripts": { "test": "jest", "lint": "tslint -p tsconfig.json", "coverage": "jest --coverage", "release": "cd dist && npm publish", "build": "./scripts/build", "build:windows": "ts-node ./scripts/build.ts", "preversion": "yarn lint && yarn build && yarn coverage", "preversion:windows": "yarn lint && yarn build:windows && yarn coverage" }, "dependencies": { "bluebird": "^3.5.0", "chalk": "^1.1.3", "commander": "^2.9.0", "execa": "^0.6.3", "inquirer": "^3.0.6" }, "devDependencies": { "@types/bluebird": "^3.5.2", "@types/chalk": "^0.4.31", "@types/commander": "^2.9.0", "@types/inquirer": "^0.0.33", "@types/jest": "^21.1.8", "@types/node": "^8.0.53", "@types/typescript": "^2.0.0", "jest": "^21.2.1", "ts-jest": "^21.2.3", "ts-node": "^3.3.0", "tslint": "^5.8.0", "tslint-config-temando": "^1.5.11", "tslint-eslint-rules": "^4.0.0", "typescript": "3.3" } }