{
  "name": "text-typescript",
  "version": "1.3.0",
  "description": "Use TypeScript directly in HTML Script tags",
  "main": "./text/typescript/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc -p ./src",
    "open": "start http://localhost:8080",
    "dev": "concurrently \"tsc -p ./src -w\" \"http-server -a localhost\" \"npm run open\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sean-Bradley/text-typescript.git"
  },
  "keywords": [
    "typescript"
  ],
  "author": "Sean Bradley",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Sean-Bradley/text-typescript/issues"
  },
  "homepage": "https://github.com/Sean-Bradley/text-typescript#readme",
  "dependencies": {
    "concurrently": "^8.2.2",
    "http-server": "^14.1.1",
    "nodemon": "^3.0.2",
    "typescript": "^5.3.3"
  }
}
