{
  "name": "@untitledteam-fx/fivem-nativeui",
  "version": "1.4.7",
  "description": "NativeUI for FiveM written in Javascript / TypeScript",
  "main": "dist/nativeui/nativeui.js",
  "types": "dist/nativeui/NativeUi.d.ts",
  "private": false,
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -cw"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PichotM/FiveM-NativeUI.git"
  },
  "keywords": [
    "fivem",
    "nativeui"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/PichotM/FiveM-NativeUI/issues"
  },
  "homepage": "https://github.com/PichotM/FiveM-NativeUI#readme",
  "devDependencies": {
    "@citizenfx/client": "^1.0.2692-1",
    "@types/node": "^14.0.11",
    "rollup": "^2.15.0",
    "rollup-plugin-terser": "^6.1.0",
    "rollup-plugin-typescript2": "^0.27.1",
    "typescript": "^3.9.5"
  },
  "publishConfig": {
    "access": "public"
  }
}
