mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-09 09:23:45 +00:00
ba1719f60a
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.10 to 20.14.11. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
703 B
JSON
31 lines
703 B
JSON
{
|
|
"name": "@jwetzell/posistagenet",
|
|
"version": "0.4.6",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.js",
|
|
"scripts": {
|
|
"prebuild": "rimraf dist",
|
|
"build": "tsc",
|
|
"example:client": "node examples/psn_client.js",
|
|
"example:server": "node examples/psn_server.js",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": {
|
|
"name": "Joel Wetzell",
|
|
"email": "me@jwetzell.com",
|
|
"url": "https://jwetzell.com"
|
|
},
|
|
"repository": "https://github.com/jwetzell/psn-js",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "20.14.11",
|
|
"prettier": "3.3.3",
|
|
"rimraf": "6.0.1",
|
|
"typescript": "5.5.3"
|
|
}
|
|
}
|