forked from cloud-carbon-footprint/ccf-backstage-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ccf-backstage-plugin",
"version": "0.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"test": "lerna run test",
"build": "lerna run build",
"lint": "lerna run lint",
"tsc": "tsc",
"tsc:full": "backstage-cli repo clean && tsc --skipLibCheck false --incremental false",
"release": "changeset version && yarn install",
"version": "yarn changeset version && yarn install --no-immutable"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloud-carbon-footprint/ccf-backstage-plugin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cloud-carbon-footprint/ccf-backstage-plugin/issues"
},
"workspaces": {
"packages": [
"plugins/*"
]
},
"homepage": "https://github.com/cloud-carbon-footprint/ccf-backstage-plugin#readme",
"devDependencies": {
"@backstage/cli": "^0.22.3",
"@changesets/cli": "^2.18.0",
"@types/node": "^16.11.26",
"@types/webpack": "^5.28.0",
"lerna": "^4.0.0",
"ts-node": "^10.4.0",
"typescript": "~4.5.4"
},
"dependencies": {}
}