mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 20:21:36 +03:00
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"name": "build-script",
|
|
"version": "1.0.0",
|
|
"description": "Build Scripts",
|
|
"repository": "git@github.com:luna/ide.git",
|
|
"dependencies": {
|
|
"ncp": "^2.0.0",
|
|
"yargs": "^15.3.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|