serverless-spy
Version:
CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.
46 lines (45 loc) • 1.18 kB
JSON
{
"name": "obliterator",
"version": "1.6.1",
"description": "Higher order iterator library for JavaScript.",
"main": "index.js",
"scripts": {
"lint": "eslint *.js",
"prepublish": "npm run lint && npm test",
"test": "mocha test.js && npm run test:types",
"test:types": "tsc --lib es2015,dom --noEmit --noImplicitAny --noImplicitReturns ./test-types.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yomguithereal/obliterator.git"
},
"keywords": [
"iterator"
],
"author": {
"name": "Guillaume Plique",
"url": "http://github.com/Yomguithereal"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yomguithereal/obliterator/issues"
},
"homepage": "https://github.com/yomguithereal/obliterator#readme",
"devDependencies": {
"@yomguithereal/eslint-config": "^4.0.0",
"eslint": "^6.8.0",
"mocha": "^7.0.0",
"typescript": "^3.7.5"
},
"eslintConfig": {
"extends": "@yomguithereal/eslint-config",
"globals": {
"ArrayBuffer": true,
"Map": true,
"Set": true,
"Symbol": true,
"Uint8Array": true,
"Uint32Array": true
}
}
}