{
  "name": "jsdk",
  "version": "1.0.0-Alpha.7",
  "description": "JavaScript Development Kit",
  "main": "index.js",
  "scripts": {
    "clean": "find . -path \"./node_modules\" -prune -o -name \"*.js\" -o -name \"*.js.map\" -o -name \"*.d.ts\" |xargs rm -f | echo ''",
    "build": "tsc -d",
    "watch": "tsc -d && tsc -w",
    "prepublishOnly": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sitb-software/jsdk.git"
  },
  "keywords": [
    "JavaScript",
    "js"
  ],
  "author": "Sean <sean.snow@live.com>",
  "license": "MTI",
  "bugs": {
    "url": "https://github.com/sitb-software/jsdk/issues"
  },
  "homepage": "https://github.com/sitb-software/jsdk#readme",
  "dependencies": {},
  "devDependencies": {
    "typescript": "^4.2.4"
  }
}
