LeDDGroup/typescript-transform-jsx

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "typescript-transform-jsx",
  "version": "1.5.5",
  "description": "Typescript transform jsx to string",
  "keywords": [
    "jsx",
    "templates",
    "tsx",
    "typesafe",
    "typescript"
  ],
  "homepage": "https://github.com/LeDDGroup/typescript-transform-jsx#readme",
  "bugs": {
    "url": "https://github.com/LeDDGroup/typescript-transform-jsx/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LeDDGroup/typescript-transform-jsx.git"
  },
  "license": "MIT",
  "author": "Daniel Perez Alvarez <danielpza@protonmail.com>",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prebuild": "rm -rf dist",
    "build": "tsc -p tsconfig-build.json",
    "prepare": "npm run build",
    "release": "standard-version",
    "test": "jest"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^24.0.5",
    "@types/node": "^10.12.18",
    "jest": "^23.6.0",
    "safe-eval": "^0.4.1",
    "standard-version": "^8.0.1",
    "ts-jest": "^23.10.4",
    "typescript": "^3.1.6"
  }
}