lootably-postback-hash
Version:
A library for generating Lootably postback hashes
38 lines (37 loc) • 977 B
JSON
{
"name": "lootably-postback-hash",
"version": "2.0.0",
"description": "A library for generating Lootably postback hashes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"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-postback-hash.git"
},
"keywords": [
"typescript",
"types",
"lootably",
"postback",
"hash"
],
"author": "Lootably, Inc.",
"license": "ISC",
"devDependencies": {
"typescript": "^5.6.2"
},
"dependencies": {
"@types/node": "^22.7.4"
}
}