UNPKG

serverless-offline-msk

Version:

A serverless offline plugin that enables AWS MSK events

55 lines (54 loc) 1.48 kB
{ "name": "velocityjs", "description": "Velocity Template Language(VTL) for JavaScript", "version": "2.0.6", "license": "MIT", "keywords": [ "velocity template" ], "homepage": "http://git.shepherdwind.com/velocity.js/", "repository": { "type": "git", "url": "git://github.com/shepherdwind/velocity.js.git" }, "engines": { "node": ">=0.8.0" }, "main": "src/velocity.js", "bin": { "velocity": "bin/velocity" }, "browser": { "fs": false, "path": false }, "devDependencies": { "amplify-appsync-simulator": "^2.3.5", "auto-changelog": "^2.3.0", "jison": ">=0.3", "mocha": "^9.1.4", "nyc": "^15.1.0", "should": "^13.2.3" }, "scripts": { "test": "mocha test --require should", "prepublishOnly": "PACKAGE_VERSION=$(node -p -e \"require('./package.json').version\") npm run tag", "version": "npm run changelog && git add . && git commit -m 'chore: update history.md' && git push origin", "tag": "if [[ $PACKAGE_VERSION != *\"beta\"* ]];then git tag v$PACKAGE_VERSION && git push --tags; fi", "changelog": "auto-changelog -p -u", "ci": "nyc mocha --require should" }, "auto-changelog": { "output": "History.md", "hideCredit": true, "startingVersion": "v2.0.3", "ignoreCommitPattern": "(chore: update history.md)|(Merge branch .+)" }, "spm": { "main": "index.js", "buildArgs": "--skip fs,path" }, "dependencies": { "debug": "^4.3.3" } }