UNPKG

lootably-offers-api-types

Version:

TypeScript type definitions for Lootably's Offers API

34 lines (33 loc) 912 B
{ "name": "lootably-offers-api-types", "version": "2.1.1", "description": "TypeScript type definitions for Lootably's Offers API", "main": "dist/index.d.ts", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "tsc", "prepare": "npm run build", "publish-patch": "npm run build && npm version patch && npm publish && git push --follow-tags", "publish-minor": "npm run build && npm version minor && npm publish && git push --follow-tags", "publish-major": "npm run build && npm version major && npm publish && git push --follow-tags" }, "repository": { "type": "git", "url": "https://github.com/lootably/lootably-offers-api-types.git" }, "keywords": [ "typescript", "types", "lootably", "offers", "api" ], "author": "Lootably, Inc.", "license": "ISC", "devDependencies": { "typescript": "^5.6.2" } }