@tiltbike/razorpay-checkout-js
Version:
Razorpay checkout.js loading utility
41 lines (40 loc) • 1.02 kB
JSON
{
"name": "@tiltbike/razorpay-checkout-js",
"version": "1.0.0",
"description": "Razorpay checkout.js loading utility",
"main": "dist/checkout.js",
"umd:main": "dist/checkout.umd.js",
"module": "dist/checkout.m.js",
"source": "src/index.js",
"scripts": {
"test": "jest",
"build": "microbundle",
"dev": "microbundle watch"
},
"keywords": [
"Razorpay",
"checkout.js"
],
"author": "Daksh Shah <daksh@tilt.bike>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tiltbike/razorpay-checkout-js.git"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"babel-jest": "^25.2.6",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.2.6",
"microbundle": "^0.11.0",
"prettier": "^2.0.2"
}
}