Files
SnapOtter/packages/ai/package.json
T

19 lines
357 B
JSON
Raw Normal View History

2026-03-22 02:44:46 +08:00
{
"name": "@stirling-image/ai",
"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"
}
}