{
  "name": "@lingualogic-speech/core",
  "version": "0.6.2",
  "description": "Core Library of Speech-Framework",
  "author": "Lingualogic Team",
  "homepage": "https://lingualogic.de",
  "license": "MIT",
  "private": false,
  "main": "lib/index.js",
  "module": "lib/speech-core-module.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib/index.js",
    "lib/speech-core-module.js",
    "lib/**/*.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lingualogic/speech",
    "directory": "packages/core"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "tsc": "tsc",
    "build": "npm run compile",
    "clean": "gulp clean",
    "compile": "tsc -b tsconfig.build.json",
    "bundle": "npx rollup -c ./rollup.config.js && cp speech-core.js ./lib/index.js && cp speech-core.js ./../../dist/deploy",
    "bundle:module": "cp speech-core-module.js ./lib && cp speech-core-module.js ./../../dist/module",
    "pack": "npm pack && cp lingualogic-speech-core-0.6.2.tgz ./../../dist",
    "link": "npm link",
    "linkGlobal": "cd ../.. && npm link @ll-peech/core --legacy-peer-deps",
    "test": "echo \"Error: run tests from root\" && exit 1"
  }
}
