Files
Patrik Oldsberg 3a62ce217b internal-opaque -> opaque-internal
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-20 10:23:58 +02:00

31 lines
668 B
JSON

{
"name": "@internal/opaque",
"version": "0.0.1",
"backstage": {
"role": "common-library",
"inline": true
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "packages/opaque-internal"
},
"license": "Apache-2.0",
"sideEffects": false,
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"dist"
],
"scripts": {
"lint": "backstage-cli package lint",
"test": "backstage-cli package test"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0"
}
}