UNPKG

cloudevent

Version:

JavaScript/Node.js implementation of the CloudEvents standard format

60 lines (59 loc) 2.29 kB
{ "name": "cloudevent", "version": "0.20.0", "description": "JavaScript/Node.js implementation of the CloudEvents standard format", "main": "src/index", "scripts": { "audit:log": "npm audit > ./temp/audit.log", "cache:cleanup": "npm cache clean --force", "cache:verify": "npm cache verify", "clean:install": "rm -rf ./package-lock.json ./node_modules/", "dependency:log": "npm list > ./temp/dependencies.log", "docs:clean": "rm -rf ./docs/*", "docs:generate": "npx jsdoc -c .jsdoc.json -R README.md", "docs": "npm run docs:clean && npm run docs:generate", "example:benchmark": "node example/nodejs-bench", "example:debug": "node --inspect-brk example/nodejs-base", "example": "node example/nodejs-base", "license-check:log": "npx legally > ./temp/license-check.log", "license-check": "npx legally", "license-checker:log": "npm run license-checker | tee ./temp/license-checker.log", "license-checker": "npx license-checker --production --onlyAllow='Apache-2.0;BSD-2-Clause;BSD-3-Clause;MIT;ISC'", "lint:fix": "standard --fix", "lint:log": "npm run lint > ./temp/lint-standard.log", "lint:standard": "standard --verbose", "lint": "npm run lint:standard", "test:clean": "rm -rf .nyc_output/* .tap/* ./coverage/*", "test:coverage:all": "npm run test:unit -- --coverage-report=text", "test:coverage": "npm run test:unit -- --coverage-report=html", "test:unit:debug": "tap -T --node-arg=--inspect-brk", "test:unit:dev": "tap --watch --coverage-report=none", "test:unit": "tap --allow-incomplete-coverage", "test": "npm run lint && npm run test:unit" }, "dependencies": {}, "devDependencies": { "jsdoc": "^4.0.5", "standard": "^17.1.2", "tap": "^21.5.1" }, "peerDependencies": {}, "type": "commonjs", "engines": { "node": ">=20.9.0" }, "homepage": "https://github.com/smartiniOnGitHub/cloudevent.js#readme", "repository": { "type": "git", "url": "git+https://github.com/smartiniOnGitHub/cloudevent.js.git" }, "bugs": { "url": "https://github.com/smartiniOnGitHub/cloudevent.js/issues" }, "keywords": [ "library", "cloudevents" ], "author": "Sandro Martini <sandro.martini@gmail.com>", "license": "Apache-2.0" }