FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
function-template-typescript/package.json at main · upbound/function-template-typescript · GitHub
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
upbound
/
function-template-typescript
Public archive
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
function-template-typescript
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
58 lines (58 loc) · 1.87 KB
Breadcrumbs
function-template-typescript
/
package.json
Copy path
File metadata and controls
58 lines (58 loc) · 1.87 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name"
:
"
function-template-typescript
"
,
"version"
:
"
0.1.0
"
,
"description"
:
"
Template for Crossplane function in Typescript
"
,
"keywords"
: [
"
crossplane
"
,
"
typescript
"
,
"
kubernetes
"
],
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
github.com/crossplane/function-template-typescript
"
},
"license"
:
"
Apache-2.0
"
,
"author"
:
"
Crossplane Authors <info@crossplane.org>
"
,
"type"
:
"
module
"
,
"main"
:
"
main.js
"
,
"scripts"
: {
"build"
:
"
tsgo
"
,
"clean"
:
"
rm -rf dist/* _build/*
"
,
"configuration-xpkg-build"
:
"
scripts/configuration-xpkg-build.sh
"
,
"configuration-xpkg-push"
:
"
scripts/configuration-xpkg-push.sh
"
,
"function-docker-build"
:
"
scripts/function-docker-build.sh
"
,
"function-xpkg-build"
:
"
scripts/function-xpkg-build.sh
"
,
"function-xpkg-push"
:
"
scripts/function-xpkg-push.sh
"
,
"function-build-all"
:
"
npm run function-docker-build && npm run function-xpkg-build && npm run function-xpkg-push
"
,
"local"
:
"
node dist/main.js --insecure --debug
"
,
"test"
:
"
NODE_OPTIONS=--experimental-vm-modules jest
"
,
"tsc"
:
"
tsc
"
,
"tsgo"
:
"
tsgo
"
,
"check-types"
:
"
tsgo --noEmit
"
,
"lint"
:
"
eslint .
"
,
"lint:fix"
:
"
eslint . --fix
"
,
"format"
:
"
prettier --write
\"
**/*.{ts,tsx,json,md}
\"
"
,
"format:check"
:
"
prettier --check
\"
**/*.{ts,tsx,json,md}
\"
"
},
"dependencies"
: {
"@crossplane-org/function-sdk-typescript"
:
"
^0.3.0
"
,
"@types/node"
:
"
^24.10.1
"
,
"commander"
:
"
^12.0.0
"
,
"kubernetes-models"
:
"
^4.5.1
"
,
"pino"
:
"
^10.1.0
"
,
"typescript"
:
"
^5.9.3
"
,
"yaml"
:
"
^2.8.2
"
},
"devDependencies"
: {
"@eslint/js"
:
"
^9.39.2
"
,
"@types/glob"
:
"
^8.1.0
"
,
"@types/jest"
:
"
^30.0.0
"
,
"@typescript/native-preview"
:
"
^7.0.0-dev.20251202.1
"
,
"eslint"
:
"
^9.39.2
"
,
"glob"
:
"
^13.0.0
"
,
"jest"
:
"
^30.2.0
"
,
"prettier"
:
"
^3.7.4
"
,
"ts-jest"
:
"
^29.4.6
"
,
"typescript-eslint"
:
"
^8.53.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL