{
  "name": "converter-toless-plugin",
  "version": "0.1.455",
  "description": "this is a plugin",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -watch",
    "pub": "tsc && npm publish"
  },
  "keywords": [],
  "author": "wolfpat01",
  "license": "ISC",
  "type": "module",
  "devDependencies": {
    "@types/app-root-path": "^1.2.4",
    "@types/archiver": "^5.1.0",
    "@types/express": "^4.17.11",
    "@types/mime-types": "^2.1.0",
    "@types/multer": "^1.4.5",
    "@types/node": "^14.14.28",
    "@types/node-fetch": "^2.5.8",
    "@types/randomstring": "^1.1.6",
    "typescript": "^4.1.5"
  },
  "dependencies": {
    "aforwait": "^1.1.11",
    "app-root-path": "^3.0.0",
    "archiver": "5.2.0",
    "body-parser": "^1.19.0",
    "child_process": "^1.0.2",
    "del": "^6.0.0",
    "express": "^4.17.1",
    "mime-types": "^2.1.28",
    "multer": "^1.4.2",
    "node-fetch": "^2.6.1",
    "randomstring": "^1.1.5"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.com/"
  }
}
