mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-08 08:53:45 +00:00
fbda64311f
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.1...3.3.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
702 B
JSON
31 lines
702 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.2",
|
|
"prettier": "3.3.2",
|
|
"rimraf": "5.0.7",
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|