{
  "name": "@things-scene/data-transform",
  "description": "data-transform component for things-scene",
  "version": "0.0.14",
  "things-scene": true,
  "main": "src/index.js",
  "author": "yuneunhye",
  "scripts": {
    "serve": "things-factory",
    "serve:dev": "things-factory-dev",
    "build": "webpack",
    "prepublish": "webpack",
    "build:client": "yarn run clean:client && webpack --config node_modules/@things-factory/shell/webpack.config.js",
    "clean:client": "rm -rf dist-client",
    "migration": "things-factory-migration"
  },
  "devDependencies": {
    "@things-factory/board-app": "^2.0.0",
    "@things-factory/board-test": "^2.0.0",
    "@things-scene/chartjs": "ThingsElements/things-scene-chartjs#for-things-factory",
    "@things-scene/excel": "*",
    "@things-scene/form": "*",
    "@things-scene/random": "*",
    "@things-scene/restful": "*",
    "@things-scene/table": "*"
  },
  "dependencies": {
    "@hatiolab/things-scene": "*"
  }
}
