Files
psn-js/package.json
T
dependabot[bot] b643f09a6c Bump tsdown from 0.22.7 to 0.22.12
Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.22.7 to 0.22.12.
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](https://github.com/rolldown/tsdown/compare/v0.22.7...v0.22.12)

---
updated-dependencies:
- dependency-name: tsdown
  dependency-version: 0.22.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-20 12:33:35 +00:00

48 lines
1.1 KiB
JSON

{
"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.12",
"typescript": "7.0.2"
}
}