Skip to content

Commit e02fc0d

Browse files
authored
Merge pull request #3 from onkernel/fmc/custom-code
feat: add custom code and the CLI
2 parents 1ae51b5 + 04d51f6 commit e02fc0d

File tree

9 files changed

+2349
-4
lines changed

9 files changed

+2349
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ dist
77
dist-deno
88
/*.tgz
99
.idea/
10-

bun.lock

Lines changed: 1370 additions & 0 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,37 @@
2828
"@arethetypeswrong/cli": "^0.17.0",
2929
"@swc/core": "^1.3.102",
3030
"@swc/jest": "^0.2.29",
31+
"@types/archiver": "^6.0.3",
32+
"@types/bun": "^1.2.12",
33+
"@types/fs-extra": "^11.0.4",
34+
"@types/ignore-walk": "^4.0.3",
3135
"@types/jest": "^29.4.0",
3236
"@types/node": "^20.17.6",
33-
"typescript-eslint": "8.31.1",
37+
"@types/tmp": "^0.2.6",
3438
"@typescript-eslint/eslint-plugin": "8.31.1",
3539
"@typescript-eslint/parser": "8.31.1",
40+
"archiver": "^7.0.1",
41+
"chalk": "^5.4.1",
3642
"eslint": "^9.20.1",
3743
"eslint-plugin-prettier": "^5.2.3",
3844
"eslint-plugin-unused-imports": "^4.1.4",
45+
"execa": "^9.5.3",
46+
"fs-extra": "^11.3.0",
47+
"get-port": "^7.1.0",
3948
"iconv-lite": "^0.6.3",
49+
"ignore-walk": "^7.0.0",
4050
"jest": "^29.4.0",
4151
"prettier": "^3.0.0",
4252
"publint": "^0.2.12",
53+
"smol-toml": "^1.3.4",
54+
"tar": "^7.4.3",
55+
"tmp": "^0.2.3",
4356
"ts-jest": "^29.1.0",
4457
"ts-node": "^10.5.0",
4558
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.4/tsc-multi-1.1.4.tgz",
4659
"tsconfig-paths": "^4.0.0",
47-
"typescript": "5.8.3"
60+
"typescript": "5.8.3",
61+
"typescript-eslint": "8.31.1"
4862
},
4963
"resolutions": {
5064
"synckit": "0.8.8"
@@ -72,4 +86,4 @@
7286
"engines": {
7387
"node": ">= 20"
7488
}
75-
}
89+
}

0 commit comments

Comments
 (0)