mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-05 07:27:56 +00:00
24 lines
573 B
JSON
24 lines
573 B
JSON
{
|
|
"name": "@jwetzell/posistagenet",
|
|
"version": "0.3.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"example:client": "node examples/psn_client.js",
|
|
"example:server": "node examples/psn_server.js"
|
|
},
|
|
"author": {
|
|
"name": "Joel Wetzell",
|
|
"email": "me@jwetzell.com",
|
|
"url": "https://jwetzell.com"
|
|
},
|
|
"repository": "https://github.com/jwetzell/psn-js",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"eslint": "^8.48.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"prettier": "^3.0.3"
|
|
}
|
|
}
|