sabre-client
Version:
Sabre Node.js SDK
57 lines (56 loc) • 1.3 kB
JSON
{
"name": "sabre-client",
"version": "0.1.0",
"description": "Sabre Node.js SDK",
"keywords": [
"sabre",
"client",
"devStudio",
"rest"
],
"homepage": "https://github.com/CarlosIvanSoto/sabre#readme",
"bugs": {
"url": "https://github.com/CarlosIvanSoto/sabre/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CarlosIvanSoto/sabre.git"
},
"license": "MIT",
"author": "Carlos Ivan Soto <csoto_99@outlook.com>",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.3",
"eslint": "^9.22.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.4.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.25.0"
}
}