-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1.26 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
42
43
44
45
46
{
"name": "ccf-backstage-plugin",
"version": "0.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"test": "lerna run test",
"build": "lerna run build",
"build:test-plugin": "./scripts/build-local-packages.sh",
"lint": "lerna run lint",
"clean": "lerna run clean",
"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.8",
"@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": {},
"resolutions": {
"@types/react": "^18.2.14"
}
}