cafebazaar-purchase-validator
Version:
easily validate purchase in app billing of Cafebazaar API
33 lines (32 loc) • 794 B
JSON
{
"name": "cafebazaar-purchase-validator",
"version": "1.0.10",
"description": "easily validate purchase in app billing of Cafebazaar API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "ts-node src/index.ts",
"test": "jest --watchAll --no-catch",
"prepublish": "tsc"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"setupFilesAfterEnv": [
"./src/test/setup.ts"
]
},
"keywords": ["purchase", "cafebazaar", "inapp-billing", "iap"],
"author": "Meisam Beiranvand",
"license": "ISC",
"dependencies": {
"axios": "^0.26.0",
"typescript": "^4.5.5"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^17.0.19",
"jest": "^27.5.1",
"ts-jest": "^27.1.3"
}
}