MichaReiser/speedy.js

View on GitHub
packages/runtime/package.json

Summary

Maintainability
Test Coverage
{
  "name": "speedyjs-runtime",
  "version": "0.0.19",
  "description": "Runtime of SpeedyJS",
  "main": "index.js",
  "typings": "index.ts",
  "repository": "https://github.com/MichaReiser/speedy.js.git",
  "scripts": {
    "prepublish": "node ./scripts/install-dependencies.js && tsc && gulp build",
    "test": "ls ./bin && gulp test && ls ./bin"
  },
  "author": "Micha Reiser <micha@famreiser.ch>",
  "license": "MIT",
  "devDependencies": {
    "del": "^3.0.0",
    "gulp": "^3.9.1",
    "merge-stream": "^1.0.1",
    "run-sequence": "^2.2.0",
    "tmp": "^0.0.33",
    "typescript": "^2.4.0"
  },
  "dependencies": {
    "@types/node": "^8.0.1"
  }
}