{
  "name": "towify-file-sdk",
  "version": "0.0.91",
  "description": "towify scf client sdk",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "pub": "npm run tsc && standard-version && npm publish",
    "tsc": "tsc --build --force",
    "lint": "tslint -c tslint.json -p tsconfig.json",
    "test": "jest",
    "watch:build": "webpack --watch",
    "watch:server": "nodemon \"./dist/main.js\" --watch \"./build\" "
  },
  "jest": {
    "preset": "ts-jest"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.html": "prettier --write --parser angular",
    "*.component.html": "prettier --write --parser angular",
    "*.{js,ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.js": "eslint --cache --fix",
    "*.{js,css,md,json,scss}": "prettier --write"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/towify/towify-serverless-engine.git"
  },
  "keywords": [
    "towify"
  ],
  "author": "kaysaith",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/towify/towify-serverless-engine/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cos-js-sdk-v5": "^1.2.4",
    "soid-data": "0.0.47",
    "towify-resource-type": "0.0.31"
  },
  "devDependencies": {
    "@babel/core": "^7.13.8",
    "@babel/plugin-transform-runtime": "^7.13.9",
    "@babel/preset-env": "^7.13.9",
    "@types/axios": "^0.14.0",
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.31",
    "@types/uuid": "^8.3.0",
    "@typescript-eslint/eslint-plugin": "^4.16.1",
    "@typescript-eslint/eslint-plugin-tslint": "^4.16.1",
    "@typescript-eslint/parser": "^4.16.1",
    "babel-loader": "^8.2.2",
    "eslint": "^7.21.0",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-import": "^2.22.1",
    "husky": "^4.3.8",
    "jest": "^26.6.3",
    "lint-staged": "^10.5.4",
    "prettier": "^2.2.1",
    "standard-version": "^9.1.1",
    "ts-jest": "26.5.2",
    "ts-loader": "^6.2.2",
    "tslint-loader": "^3.5.4",
    "typescript": "^4.1.5"
  },
  "homepage": "https://github.com/towify/towify-scf-client-engine"
}
