{ "name": "@jwetzell/posistagenet", "version": "2.1.2", "description": "", "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", "example:client": "node examples/psn_client.js", "example:server": "node examples/psn_server.js", "prepublishOnly": "npm run build", "lint:check": "biome lint", "lint:write": "biome lint --write", "format:check": "biome format", "format:write": "biome format --write", "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": "https://github.com/jwetzell/psn-js", "license": "MIT", "devDependencies": { "@biomejs/biome": "2.5.3", "@eslint/js": "10.0.1", "@types/node": "24.7.2", "globals": "17.7.0", "rimraf": "6.1.3", "tsdown": "0.22.7", "typescript": "7.0.2" } }