{
  "name": "@360works/fmpromise",
  "version": "1.3.2",
  "description": "Richer FileMaker WebViewer",
  "main": "src/index.ts",
  "scripts": {
    "build:main": "tsc -p tsconfig.json",
    "build:module": "tsc -p tsconfig.module.json"
  },
  "devDependencies": {
    "typescript": "^4.2.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shmert/fmPromise.git"
  },
  "keywords": [
    "FileMaker",
    "JavaScript",
    "WebViewer",
    "ExecuteSQL",
    "PerformScript"
  ],
  "author": "Sam Barnum",
  "files": [
    "dist",
    "src"
  ],
  "license": "Apache2",
  "bugs": {
    "url": "https://github.com/shmert/fmPromise/issues"
  },
  "homepage": "https://github.com/shmert/fmPromise#readme"
}
