34 lines
841 B
JSON
34 lines
841 B
JSON
{
|
|
"name": "marcsync",
|
|
"version": "1.1.3-dev",
|
|
"description": "A NodeJS MarcSync Client to communicate with MarcSync's API",
|
|
"main": "dist/marcsync.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "rmdir /s /q dist && tsc && node generate-indexdts.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/MarciiTheDev/marcsync-nodejs-client.git"
|
|
},
|
|
"keywords": [
|
|
"marcsync",
|
|
"api",
|
|
"client"
|
|
],
|
|
"author": "MarcTheDev",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/MarciiTheDev/marcsync-nodejs-client/issues"
|
|
},
|
|
"homepage": "https://github.com/MarciiTheDev/marcsync-nodejs-client#readme",
|
|
"devDependencies": {
|
|
"@types/node": "^20.3.3",
|
|
"dotenv": "^16.3.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/signalr": "^7.0.7"
|
|
}
|
|
}
|