{
  "bin": "dist/index.js",
  "main": "dist/index.js",
  "name": "ts-tiled-converter",
  "version": "0.0.11",
  "description": "Typescript library to convert tiled map to Studio map",
  "author": {
    "email": "dont-email@communityscriptproject.com",
    "name": "Nuri Yuri"
  },
  "repository": {
    "url": "https://github.com/NuriYuri/ts-tiled-converter"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "keywords": [
    "tiled",
    "pokémon",
    "studio",
    "typescript"
  ],
  "dependencies": {
    "fast-xml-parser": "^4.2.4",
    "lodash.uniq": "^4.5.0",
    "lodash.groupby": "^4.6.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.2",
    "@types/lodash.uniq": "^4.5.7",
    "@types/lodash.groupby": "^4.6.7",
    "@types/node": "^20.3.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "tslib": "^2.5.3",
    "typescript": "^4.9.4"
  },
  "files": [
    "index.d.ts",
    "dist/lib/*.d.ts",
    "dist/lib/*.js",
    "dist/lib/*.js.map",
    "dist/lib/**/*.d.ts",
    "dist/lib/**/*.js",
    "dist/lib/**/*.js.map",
    "dist/*.js",
    "dist/*.js.map",
    "dist/**/*.js",
    "dist/**/*.js.map",
    "lib/**/*",
    "tsconfig.json"
  ]
}
