UNPKG

cloudevent

Version:

JavaScript/Node.js implementation of the CloudEvents standard format

58 lines (57 loc) 2.2 kB
{ "name": "cloudevent", "version": "0.10.0", "description": "JavaScript/Node.js implementation of the CloudEvents standard format", "main": "src/index", "scripts": { "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/* ./coverage/*", "test:coverage:all": "npm run test:unit -- --cov", "test:coverage": "npm run test:unit -- --cov --coverage-report=html", "test:unit:debug": "tap -T --node-arg=--inspect-brk test/*.test.js", "test:unit:dev": "tap --watch --cov test/*.test.js", "test:unit": "tap test/*.test.js", "test": "npm run lint && npm run test:unit" }, "dependencies": {}, "devDependencies": { "jsdoc": "^3.6.11", "standard": "^17.0.0", "tap": "^16.3.0" }, "peerDependencies": {}, "engines": { "node": ">=14.15.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" }