31 lines
618 B
JSON
31 lines
618 B
JSON
{
|
|
"name": "@internal/cli",
|
|
"version": "0.0.4",
|
|
"backstage": {
|
|
"role": "node-library",
|
|
"inline": true
|
|
},
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "packages/cli-internal"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"lint": "backstage-cli package lint",
|
|
"test": "backstage-cli package test"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/cli-node": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^"
|
|
}
|
|
}
|