Files
SnapOtter/packages/shared/package.json
T

22 lines
423 B
JSON
Raw Normal View History

{
"name": "@snapotter/shared",
2026-05-18 19:10:56 +08:00
"version": "1.17.1",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./i18n/*": "./src/i18n/*"
},
"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"
}