Files
SnapOtter/packages/shared/package.json
T

18 lines
345 B
JSON
Raw Normal View History

{
"name": "@snapotter/shared",
2026-04-17 23:26:26 +08:00
"version": "1.15.9",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"lint": "biome check src/",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
},
"devDependencies": {
"typescript": "^5.7.0"
2026-04-03 23:07:58 +08:00
},
"license": "AGPL-3.0"
}