{
  "name": "agsjs",
  "version": "4.0.2",
  "author": "CAL <contact@pixeliste.fr>",
  "license": "MIT",
  "description": "A modern and lightweight AGS file parser for JavaScript with TypeScript support",
  "source": "src/index.ts",
  "main": "dist/main.js",
  "module": "dist/module.js",
  "types": "dist/types.d.ts",
  "targets": {
    "main": {
      "optimize": true
    },
    "module": {
      "optimize": true
    }
  },
  "scripts": {
    "watch": "parcel watch",
    "prebuild": "rm -rf dist",
    "build": "parcel build src/index.ts",
    "tsc:check": "tsc --noEmit"
  },
  "devDependencies": {
    "@parcel/packager-ts": "latest",
    "@parcel/transformer-typescript-types": "latest",
    "parcel": "latest",
    "typescript": "latest"
  },
  "keywords": [
    "vue",
    "react",
    "svelte",
    "ags",
    "ags file",
    "editor",
    "js",
    "javascript",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lepixeliste/agsjs.git"
  }
}