UNPKG

@ts-engine/cli

Version:

Write TypeScript packages with optionally zero configuration.

76 lines (75 loc) 1.9 kB
{ "name": "@ts-engine/cli", "version": "3.0.4", "description": "Write TypeScript packages with optionally zero configuration.", "license": "MIT", "homepage": "https://ts-engine.dev", "repository": { "url": "https://github.com/ts-engine/ts-engine" }, "files": [ "dist", "bin.js" ], "keywords": [ "ts-engine", "tse", "tsengine", "typescript", "cli", "packaging", "bundling", "rollup", "linting", "eslint", "testing", "jest" ], "bin": { "ts-engine": "./bin.js", "tsengine": "./bin.js", "tse": "./bin.js" }, "scripts": { "build": "rollup -c rollup.config.js", "lint": "eslint --ext .ts,.tsx .", "start": "yarn build && node dist/index.js", "typecheck": "tsc" }, "dependencies": { "@leecheneler/cli": "^1.0.0-beta.11", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.1.3", "@ts-engine/babel-preset": "^3.0.4", "@ts-engine/eslint-config": "^3.0.4", "@types/jest": "^27.4.1", "@types/node": "^17.0.23", "builtin-modules": "^3.2.0", "core-js": "^3.21.1", "eslint": "^8.11.0", "fs-extra": "^10.0.1", "glob": "^7.2.0", "glob-promise": "^4.2.2", "jest": "^27.5.1", "pretty-ms": "^7.0.1", "randomcolor": "^0.6.2", "rollup": "^2.70.1", "rollup-plugin-preserve-shebangs": "^0.2.0", "rollup-plugin-terser": "^7.0.2", "typescript": "^4.6.3" }, "devDependencies": { "@types/eslint": "^8.4.1", "@types/fs-extra": "^9.0.13", "@types/mock-fs": "^4.13.1", "@types/randomcolor": "^0.5.6", "@types/react": "^17.0.43", "@types/react-dom": "^17.0.14", "mock-fs": "^5.1.2", "react": "^17.0.2", "react-dom": "^17.0.2" }, "gitHead": "a5536e1fa233e2a5615eb55ee73793ce1c565f0c" }