LeDDGroup/typescript-transform-macros

View on GitHub
examples/ttypescript/package.json

Summary

Maintainability
Test Coverage
{
  "name": "example-ttyepescript",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "ttsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "ttypescript": "^1.5.6",
    "typescript": "^3.3.3333",
    "typescript-transform-macros": "file:../.."
  }
}