{
  "name": "@vitrical/webknit-device-api",
  "version": "1.0.7",
  "description": "WebKnit Device API JavaScript Wrapper",
  "main": "index.js",
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "test": "ts-node test.ts",
    "dev": "ts-node test.ts"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "author": "Vitrical",
  "license": "UNLICENCED",
  "bugs": {
    "url": ""
  },
  "homepage": "",
  "dependencies": {
    "axios": "^0.21.4",
    "typescript": "^4.4.4"
  },
  "devDependencies": {
    "@types/node": "^16.11.7",
    "ts-node": "^10.4.0"
  }
}