{
  "name": "ali-create-ar-app",
  "version": "0.0.1",
  "description": "",
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "files": [
    "lib",
    "bin",
    "templates"
  ],
  "bin": {
    "create-ar-app": "bin/create-ar-app.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc -w",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oasis-engine/create-ar-app.git"
  },
  "keywords": [
    "oasis"
  ],
  "authors": [],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oasis-engine/create-ar-app/issues"
  },
  "homepage": "https://github.com/oasis-engine/create-ar-app#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "devDependencies": {
    "@types/inquirer": "^7.3.1",
    "@types/node": "^14.14.24",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "cac": "^6.7.1",
    "chalk": "^4.1.0",
    "inquirer": "^7.3.3"
  }
}
