node-beamcheckout
Version:
Package for Beam Checkout
43 lines • 1.08 kB
JSON
{
"name": "node-beamcheckout",
"version": "1.2.0",
"description": "Package for Beam Checkout",
"author": {
"name": "Gusb3ll",
"url": "https://github.com/gusb3ll"
},
"repository": {
"type": "git",
"url": "https://github.com/gusb3ll/node-beamcheckout"
},
"exports": {
"node": "./dist/cjs/index.js",
"require": "./dist/cjs/index.js",
"import": "./dist/index.js",
"default": "./dist/cjs/index.js"
},
"types": "./src/index.ts",
"url": "https://github.com/gusb3ll/node-beamcheckout",
"keywords": [
"node-beamcheckout",
"Beam",
"Checkout",
"Beam Checkout",
"node beamcheckout",
"beamcheckout"
],
"license": "MIT",
"scripts": {
"dev": "ts-node example/index.ts",
"build": "rm -rf dist && tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json",
"release": "npm run build && npm publish --access public"
},
"devDependencies": {
"@types/node": "24.0.4",
"ts-node": "10.9.2",
"typescript": "5.8.3"
},
"peerDependencies": {
"typescript": ">= 5.0.0"
}
}