2026-03-22 02:44:46 +08:00
|
|
|
{
|
|
|
|
|
"name": "@stirling-image/image-engine",
|
2026-04-04 16:23:46 +00:00
|
|
|
"version": "1.6.0",
|
2026-03-22 02:44:46 +08:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "./src/index.ts",
|
|
|
|
|
"types": "./src/index.ts",
|
|
|
|
|
"scripts": {
|
2026-03-25 09:27:12 +08:00
|
|
|
"lint": "biome check src/",
|
2026-03-22 02:44:46 +08:00
|
|
|
"typecheck": "tsc --noEmit",
|
2026-03-22 03:42:40 +08:00
|
|
|
"test": "vitest run",
|
2026-03-22 02:44:46 +08:00
|
|
|
"clean": "rm -rf dist"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-22 03:42:40 +08:00
|
|
|
"@stirling-image/shared": "workspace:*",
|
|
|
|
|
"sharp": "^0.33.0"
|
2026-03-22 02:44:46 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-03-22 03:42:40 +08:00
|
|
|
"typescript": "^5.7.0",
|
|
|
|
|
"vitest": "^3.0.0"
|
2026-04-03 23:07:58 +08:00
|
|
|
},
|
|
|
|
|
"license": "AGPL-3.0"
|
2026-03-22 02:44:46 +08:00
|
|
|
}
|