{ "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": "^5.9.3" } }