This commit is contained in:
Joel Wetzell
2026-07-13 14:09:21 -05:00
parent 4bb1e87e03
commit 466228fb4a
62 changed files with 2157 additions and 1851 deletions
+46 -46
View File
@@ -1,47 +1,47 @@
{
"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": "6.0.3"
}
}
"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": "6.0.3"
}
}