Files
SnapOtter/packages/shared/package.json
T
2026-04-17 06:55:08 +00:00

18 lines
341 B
JSON

{
"name": "@ashim/shared",
"version": "1.15.6",
"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"
},
"license": "AGPL-3.0"
}