UNPKG

just-scripts

Version:
52 lines (51 loc) 1.28 kB
{ "name": "just-scripts", "version": "2.5.0", "description": "Just Stack Scripts", "keywords": [], "repository": { "type": "git", "url": "https://github.com/microsoft/just" }, "homepage": "https://microsoft.github.io/just/", "license": "MIT", "author": "", "main": "./lib/index.js", "bin": { "just-scripts": "bin/just-scripts.js" }, "scripts": { "api": "api-extractor run", "api:update": "api-extractor run --local", "build": "tsc", "start": "tsc -w --preserveWatchOutput", "start-test": "jest --watch", "test": "jest", "test:update": "jest --updateSnapshot" }, "engines": { "node": ">=14" }, "dependencies": { "chalk": "^4.0.0", "diff-match-patch": "1.0.5", "fs-extra": "^11.0.0", "glob": "^7.1.3", "just-task": ">=1.13.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/glob": "^7.2.0", "@types/prompts": "^2.4.2", "@types/run-parallel-limit": "^1.0.0", "@types/supports-color": "^8.1.1", "@types/webpack": "^4.41.33", "async-done": "^2.0.0", "esbuild": "^0.9.6" } }