feat: add image-engine and ai stub packages

This commit is contained in:
Siddharth Kumar Sah
2026-03-22 02:44:46 +08:00
parent f210de1a13
commit 19e48203bb
7 changed files with 58 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "@stirling-image/image-engine",
"version": "0.0.1",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
},
"dependencies": {
"@stirling-image/shared": "workspace:*"
},
"devDependencies": {
"typescript": "^5.7.0"
}
}