2020-03-05 08:25:00 +03:00
|
|
|
{
|
|
|
|
"name": "build-script",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Build Scripts",
|
2020-11-30 14:38:35 +03:00
|
|
|
"repository": "git@github.com:enso-org/ide.git",
|
2020-03-05 08:25:00 +03:00
|
|
|
"dependencies": {
|
2020-03-16 05:58:00 +03:00
|
|
|
"glob": "^7.1.6",
|
2021-02-02 08:07:43 +03:00
|
|
|
"js-yaml": "4.0.0",
|
2021-02-03 20:06:10 +03:00
|
|
|
"ncp": "^2.0.0",
|
|
|
|
"semver": "7.3.4",
|
|
|
|
"yargs": "^15.3.0"
|
2020-03-05 08:25:00 +03:00
|
|
|
},
|
2020-11-30 14:38:35 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"prettier": "2.2.0",
|
|
|
|
"prettier-plugin-toml": "0.3.1"
|
|
|
|
}
|
2020-03-05 08:25:00 +03:00
|
|
|
}
|