style: format with tabs
This commit is contained in:
56
sdk/nodejs/package.json
generated
56
sdk/nodejs/package.json
generated
@@ -1,29 +1,31 @@
|
||||
{
|
||||
"name": "@kiterun/incus",
|
||||
"version": "1.0.0-alpha.0+dev",
|
||||
"description": "A Pulumi package for creating and managing incus cloud resources.",
|
||||
"keywords": [
|
||||
"incus",
|
||||
"category/cloud",
|
||||
"containers",
|
||||
"nimbus"
|
||||
],
|
||||
"homepage": "https://linuxcontainers.org",
|
||||
"repository": "https://git.kalinow.ski/kiterun/pulumi-incus",
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pulumi/pulumi": "^3.142.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"pulumi": {
|
||||
"resource": true,
|
||||
"name": "incus",
|
||||
"version": "1.0.0-alpha.0+dev",
|
||||
"server": "https://git.kalinow.ski/api/packages/kiterun/generic/pulumi-incus/${VERSION}/"
|
||||
}
|
||||
"name": "@kiterun/incus",
|
||||
"version": "1.0.0-alpha.0+dev",
|
||||
"description": "A Pulumi package for creating and managing incus cloud resources.",
|
||||
"keywords": [
|
||||
"incus",
|
||||
"category/cloud",
|
||||
"containers",
|
||||
"nimbus"
|
||||
],
|
||||
"homepage": "https://linuxcontainers.org",
|
||||
"repository": "https://git.kalinow.ski/kiterun/pulumi-incus",
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pulumi/pulumi": "^3.142.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.10.1",
|
||||
"oxfmt": "^0.17.0",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"pulumi": {
|
||||
"resource": true,
|
||||
"name": "incus",
|
||||
"version": "1.0.0-alpha.0+dev",
|
||||
"server": "https://git.kalinow.ski/api/packages/kiterun/generic/pulumi-incus/${VERSION}/"
|
||||
},
|
||||
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user