{ "name": "@jwetzell/free-d", "version": "0.1.0", "description": "libray for encoding/decoding free-d messages", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.cts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./package.json": "./package.json" }, "scripts": { "prebuild": "rimraf dist", "build": "tsdown", "prepublishOnly": "npm run build", "pretest": "npm run build", "test": "node --test --experimental-test-coverage" }, "files": [ "dist" ], "author": { "name": "Joel Wetzell", "email": "me@jwetzell.com", "url": "https://jwetzell.com" }, "repository": { "type": "git", "url": "git+https://github.com/jwetzell/free-d-js.git" }, "license": "MIT", "devDependencies": { "@types/node": "25.9.2", "rimraf": "6.1.3", "tsdown": "0.22.2", "typescript": "6.0.3" } }