{
  "name": "sdk-js",
  "$schema": "../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "{projectRoot}/src",
  "projectType": "library",
  "targets": {
    "version:write": {},
    "version:check": {},
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npm run build",
        "cwd": "{projectRoot}"
      },
      "outputs": ["{projectRoot}/dist"]
    },
    "build:watch": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npm run build:watch",
        "cwd": "{projectRoot}"
      }
    },
    "add": {},
    "update": {},
    "remove": {},
    "format:check": {},
    "format:write": {},
    "lint:check": {},
    "lint:write": {},
    "type:check": {},
    "test": {}
  },
  "tags": ["type:lib", "scope:sdk"]
}
