just-scripts
Version:
Just Stack Scripts
50 lines (49 loc) • 1.18 kB
JSON
{
"name": "just-scripts",
"version": "2.1.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"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"chalk": "^4.0.0",
"diff-match-patch": "1.0.5",
"fs-extra": "^10.0.0",
"glob": "^7.1.3",
"just-scripts-utils": "^2.0.0",
"just-task": ">=1.7.1 <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"
}
}