UNPKG

avi-l-lotr-sdk

Version:

An SDK for interacting with the Lord of the Rings API.

40 lines (39 loc) 814 B
{ "name": "avi-l-lotr-sdk", "version": "1.0.12", "description": "An SDK for interacting with the Lord of the Rings API.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "npm run test -- --config=jest.config.js && tsc", "prepare": "npm run build", "prepublishOnly": "npm run build", "test": "jest" }, "files": [ "dist" ], "keywords": [ "sdk", "api", "lotr" ], "devDependencies": { "@babel/core": "^7.22.5", "@babel/preset-env": "^7.22.5", "@types/jest": "^29.5.2", "axios": "^1.4.0", "babel-jest": "^29.5.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^4.9.5" }, "dependencies": { "dotenv": "^16.1.4" }, "jest": { "setupFiles": [ "./test-setup.js" ] } }