UNPKG

just-scripts

Version:
55 lines (54 loc) 1.38 kB
{ "name": "just-scripts", "version": "1.8.2", "description": "Just Stack Scripts", "keywords": [], "repository": { "type": "git", "url": "https://github.com/microsoft/just" }, "license": "MIT", "author": "", "main": "./lib/index.js", "bin": { "just-scripts": "bin/just-scripts.js" }, "scripts": { "build": "tsc", "start": "tsc -w --preserveWatchOutput", "start-test": "jest --watch", "test": "jest", "test:update": "jest --updateSnapshot" }, "dependencies": { "@types/node": "^10.12.18", "chalk": "^4.0.0", "diff-match-patch": "1.0.5", "fs-extra": "^8.0.0", "glob": "^7.1.3", "just-scripts-utils": ">=1.1.5 <2.0.0", "just-task": ">=1.5.0 <2.0.0", "prompts": "^2.4.0", "run-parallel-limit": "^1.0.6", "semver": "^7.0.0", "supports-color": "^8.1.0", "webpack-merge": "^5.7.3" }, "devDependencies": { "@types/diff-match-patch": "1.0.32", "@types/fs-extra": "^8.0.0", "@types/glob": "^7.1.3", "@types/jest": "^26.0.20", "@types/prompts": "^2.0.9", "@types/run-parallel-limit": "^1.0.0", "@types/supports-color": "^7.2.0", "@types/tar": "^4.0.4", "@types/webpack": "^4.41.26", "async-done": "^1.3.2", "jest": "^26.6.3", "jest-cli": "^26.6.3", "mock-fs": "^4.13.0", "typescript": "~4.1.3", "esbuild": "^0.9.6" } }