{ "name": "@niu/mridatalib", "publishConfig": { "registry": "https://git.ni.riken.jp/api/packages/niu/npm/" }, "version": "1.0.0", "type": "module", "license": "MIT", "files": [ "dist" ], "exports": { "./g3d": { "import": { "types": "./dist/g3d.d.mts", "default": "./dist/g3d.mjs" }, "require": { "types": "./dist/g3d.d.cts", "default": "./dist/g3d.cjs" } }, "./m3d": { "import": { "types": "./dist/m3d.d.mts", "default": "./dist/m3d.mjs" }, "require": { "types": "./dist/m3d.d.cts", "default": "./dist/m3d.cjs" } } }, "scripts": { "build": "tsdown", "lint": "biome lint .", "lint:fix": "biome lint --write .", "format": "biome format --write .", "format:check": "biome format .", "check": "biome check .", "check:fix": "biome check --write .", "prepublishOnly": "npm run build", "publish:dry": "npm publish --dry-run", "release": "npm publish" }, "devDependencies": { "@biomejs/biome": "^2.5.13", "tsdown": "^0.23.0", "typescript": "^7.0.2" } }