UNPKG

typescript-cp

Version:
53 lines (52 loc) 1.26 kB
{ "name": "typescript-cp", "version": "0.1.9", "description": "Copy non-typescript files to outDir", "homepage": "https://github.com/body-builder/typescript-cp#readme", "repository": "https://github.com/body-builder/typescript-cp", "bugs": { "url": "https://github.com/body-builder/typescript-cp/issues" }, "keywords": [ "typescript", "ts", "file", "asset", "copy", "watch", "watcher", "watchfile", "fs" ], "bin": { "tscp": "./dist/bin/tscp.js" }, "scripts": { "start": "tsc -w", "build": "tsc", "clean": "git clean -Xdf --exclude=!node_modules --exclude=!.idea --exclude !.idea/workspace.xml", "release": "standard-version", "prepack": "npm run clean && npm run build" }, "author": "Benedek Káldi", "license": "ISC", "dependencies": { "chokidar": "^3.5.3", "commander": "^10.0.1", "cosmiconfig": "^8.1.3", "fs-extra": "^11.1.1", "globby": "^11.1.0", "lodash": "^4.17.21", "rimraf": "^5.0.0", "tar": "^6.1.13" }, "peerDependencies": { "typescript": ">=4.2.3" }, "devDependencies": { "@types/fs-extra": "^11.0.1", "@types/node": "^18.16.0", "standard-version": "^9.5.0", "typescript": "^5.0.4" } }