{
  "name": "@veedstudio/veed-node",
  "version": "1.0.9",
  "description": "Node JS Library for Veed API",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepublishOnly": "yarn build"
  },
  "files": [
    "lib/**/*"
  ],
  "keywords": [
    "javascript",
    "node",
    "webgl",
    "sdk",
    "video-sdk",
    "video editing api"
  ],
  "author": "worldclassdev",
  "license": "ISC",
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/node": "^14.14.31",
    "prettier": "^2.2.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.1.5"
  },
  "dependencies": {
    "@types/request-promise": "^4.1.47",
    "axios": "^0.21.1",
    "request": "^2.85.0",
    "request-promise": "^4.2.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/veedstudio/veed-node.git"
  },
  "bugs": {
    "url": "https://github.com/veedstudio/veed-node/issues"
  },
  "homepage": "https://github.com/veedstudio/veed-node#readme"
}
