nodejs-client/package.json

29 lines
726 B
JSON

{
"name": "marcsync",
"version": "1.0.2-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": {
"typescript": "^5.1.6"
}
}