Files
SnapOtter/packages/shared/package.json
T

23 lines
458 B
JSON
Raw Normal View History

{
"name": "@snapotter/shared",
2026-07-27 22:09:31 +08:00
"version": "2.2.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./i18n/*": "./src/i18n/*",
"./search/*": "./src/search/*"
},
"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"
}