mirror of
https://github.com/NotAShelf/nix-evaluator-stats.git
synced 2026-04-12 06:17:43 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I698d6e81aff232410c3705933b8df6f56a6a6964
20 lines
363 B
JSON
20 lines
363 B
JSON
{
|
|
"name": "@ns/ui-utils",
|
|
"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"
|
|
}
|
|
}
|