{
  "name": "tsx-create-element",
  "version": "2.3.0",
  "description": "Use TypeScript TSX without React",
  "main": "dist/es6/index.js",
  "types": "dist/es6/index.d.ts",
  "files": [
    "dist/es6/*"
  ],
  "scripts": {
    "parcel-build": "parcel build ./tmp/index.js --no-minify --no-source-maps --out-dir ./docs",
    "bundle": "npm run test && npx -p parcel@1.12.3 npm run parcel-build",
    "build": "tsc -p .",
    "watch": "tsc -p . -w",
    "build-test": "tsc -p test",
    "build-all": "npm run build && npm run build-test",
    "test": "npm run build && npm run build-test",
    "test-watch": "tsc -p test -w",
    "parcel-serve": "parcel serve ./test/index.html --open",
    "uitest": "npx -p parcel@1.12.3 npm run parcel-serve",
    "start": "npx npm-run-all --parallel watch test-watch uitest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danmarshall/tsx-create-element.git"
  },
  "keywords": [
    "tsx"
  ],
  "author": "Dan Marshall",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/danmarshall/tsx-create-element/issues"
  },
  "homepage": "https://github.com/danmarshall/tsx-create-element#readme",
  "peerDependencies": {
    "@types/react": "*"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/react": "^16.4.2",
    "typescript": "^4.3.4"
  }
}
