theBenForce/function-wrapper

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "jsrap",
  "version": "2.2.0",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "cover": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theBenForce/function-wrapper.git"
  },
  "keywords": [
    "nodejs",
    "typescript",
    "injection",
    "javascript"
  ],
  "author": "Ben Force",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/theBenForce/function-wrapper/issues"
  },
  "homepage": "https://github.com/theBenForce/function-wrapper#readme",
  "devDependencies": {
    "@types/jest": "^23.3.1",
    "jest": "^23.4.2",
    "ts-jest": "^23.1.3",
    "typescript": "^3.0.1"
  }
}