зеркало из https://github.com/microsoft/just.git
30 строки
654 B
JSON
30 строки
654 B
JSON
{
|
|
"name": "just-scripts-utils",
|
|
"version": "2.0.1",
|
|
"description": "Utilities for Just stack scripts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/just"
|
|
},
|
|
"main": "./lib/index.js",
|
|
"scripts": {
|
|
"api": "api-extractor run",
|
|
"api:update": "api-extractor run --local",
|
|
"build": "tsc",
|
|
"start": "tsc -w --preserveWatchOutput",
|
|
"test": "jest",
|
|
"start-test": "jest --watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": "^11.0.0",
|
|
"just-task-logger": ">=1.2.1 <2.0.0",
|
|
"semver": "^7.0.0"
|
|
}
|
|
}
|