@vulog/aima-promocode
Version:
Promo codes and referral system — validate, submit, and query promo/referral codes.
43 lines • 1.02 kB
JSON
{
"name": "@vulog/aima-promocode",
"type": "module",
"version": "1.2.48",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.cts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest",
"lint": "eslint src/"
},
"keywords": [
"AIMA",
"VULOG",
"PROMOCODE",
"REFERRAL"
],
"author": "Vulog",
"license": "MIT",
"dependencies": {
"@vulog/aima-client": "1.2.48",
"@vulog/aima-core": "1.2.48"
},
"peerDependencies": {
"zod": "^4.3.6"
},
"description": ""
}