{
  "name": "@things-factory/marketplace-integration",
  "version": "3.0.0-beta.74",
  "main": "dist-server/index.js",
  "browser": "client/index.js",
  "things-factory": true,
  "license": "MIT",
  "author": "heartyoh",
  "description": "Module to manage integration with e-commerce marketplace.",
  "publishConfig": {
    "access": "public",
    "@things-factory:registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/things-factory/things-factory.git",
    "directory": "packages/marketplace-integration"
  },
  "scripts": {
    "build": "tsc --p tsconfig.json",
    "build:server": "npm run clean:server && tsc",
    "clean:server": "rm -rf dist-server",
    "clean": "npm run clean:server",
    "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations",
    "test": "DEBUG=things-factory:* NODE_ENV=development npx mocha -r ts-node/register ./test/**/*spec.ts"
  },
  "dependencies": {
    "@things-factory/apptool-ui": "^3.0.0-beta.74",
    "@things-factory/auth-ui": "^3.0.0-beta.74",
    "@things-factory/biz-base": "^3.0.0-beta.74",
    "@things-factory/code-ui": "^3.0.0-beta.74",
    "@things-factory/context-ui": "^3.0.0-beta.74",
    "@things-factory/grist-ui": "^3.0.0-beta.74",
    "@things-factory/i18n-ui": "^3.0.0-beta.74",
    "@things-factory/integration-ui": "^3.0.0-beta.74",
    "@things-factory/more-ui": "^3.0.0-beta.74",
    "@things-factory/resource-ui": "^3.0.0-beta.74",
    "@things-factory/setting-ui": "^3.0.0-beta.74",
    "@things-factory/system-ui": "^3.0.0-beta.74",
    "debug": "^4.1.1",
    "node-fetch": "^2.6.0"
  },
  "devDependencies": {
    "@microsoft/tsdoc": "^0.12.20",
    "@types/chai": "^4.2.11",
    "@types/mocha": "^8.0.0",
    "@types/node": "^14.0.23",
    "@types/should": "^13.0.0",
    "chai": "^4.2.0",
    "mocha": "^8.0.1",
    "nock": "^13.0.2",
    "should": "^13.2.3"
  },
  "gitHead": "f4c9f465cd0636e5190f36862b4cdef9df2c0e6b"
}
