mirror of
https://github.com/ashim-hq/ashim
synced 2026-04-21 13:37:52 +00:00
17 lines
341 B
JSON
17 lines
341 B
JSON
{
|
|
"name": "@ashim/shared",
|
|
"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"
|
|
},
|
|
"license": "AGPL-3.0"
|
|
}
|