nix-evaluator-stats/packages/core/package.json
NotAShelf 2819da8e35
build: bump all pnpm dependencies
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I698d6e81aff232410c3705933b8df6f56a6a6964
2026-04-09 08:30:44 +03:00

20 lines
359 B
JSON

{
"name": "@ns/core",
"version": "1.0.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "tsc",
"check": "tsc --noEmit"
},
"devDependencies": {
"typescript": "^6.0.2"
}
}