{
  "name": "dazscript-framework",
  "version": "1.0.39",
  "author": "Freddy Diaz",
  "license": "MPL-2.0",
  "description": "",
  "scripts": {
    "prepare": "node ./scripts/install-git-hooks.js",
    "prebuild": "node ./dist/scripts/cli.js installer --scripts-path ./src/examples --menu-path /DazScriptFramework",
    "build": "node ./dist/scripts/cli.js build --out-dir ./out",
    "postbuild": "node ./dist/scripts/cli.js icons --out-dir ./out",
    "watch": "node ./dist/scripts/cli.js watch --out-dir ./out",
    "icons": "node ./dist/scripts/cli.js icons --out-dir ./out",
    "installer": "node ./dist/scripts/cli.js installer --scripts-path ./src/examples --menu-path /DazScriptFramework",
    "test": "vitest run",
    "test:integration": "node ./dist/scripts/cli.js integration --fixture ./test/integration/fixtures/framework-integration.dsa.ts --require-content",
    "test:watch": "vitest"
  },
  "bin": {
    "dazscript": "./dist/scripts/cli.js"
  },
  "keywords": [
    "daz3d",
    "daz studio",
    "daz script",
    "dson",
    "dsa",
    "dse"
  ],
  "exports": {
    "./webpack": "./webpack.config.js",
    "./babel": "./babel.config.js",
    "./config": "./dist/config.js"
  },
  "files": [
    "tsconfig.json",
    "webpack.config.js",
    "babel.config.js",
    "dist/**/*",
    "src/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fjdiazt/dazscript-framework.git"
  },
  "peerDependencies": {
    "dazscript-types": "^1.0.0"
  },
  "dependencies": {
    "@babel/core": "^7.23.2",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.23.2",
    "@babel/plugin-transform-arrow-functions": "^7.22.5",
    "@babel/plugin-transform-block-scoping": "^7.23.0",
    "@babel/plugin-transform-class-properties": "^7.25.9",
    "@babel/plugin-transform-private-methods": "^7.27.1",
    "@babel/plugin-transform-private-property-in-object": "^7.27.1",
    "@babel/preset-env": "^7.23.2",
    "@babel/preset-typescript": "^7.23.2",
    "babel-core": "^6.26.3",
    "babel-loader": "^9.1.3",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-typescript-metadata": "^0.3.2",
    "glob": "^7.2.0",
    "ts-file-parser": "^0.0.21",
    "ts-loader": "^9.5.0",
    "tsconfig-paths-webpack-plugin": "^4.1.0",
    "typescript": "^5.2.2",
    "webpack": "^5.88.2"
  },
  "devDependencies": {
    "@types/node": "^22.10.5",
    "dazscript-types": "^1.0.1",
    "eslint": "^9.17.0",
    "typescript": "^5.7.3",
    "vitest": "^3.0.0"
  }
}
