{ "name": "@vendure/asset-server-plugin", "version": "0.6.2", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "license": "MIT", "scripts": { "watch": "tsc -p ./tsconfig.build.json --watch", "build": "rimraf lib && tsc -p ./tsconfig.build.json", "lint": "tslint --fix --project ./" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/express": "^4.0.39", "@types/fs-extra": "^8.0.1", "@types/sharp": "^0.22.2", "@vendure/common": "^0.6.0", "@vendure/core": "^0.6.2", "express": "^4.16.4", "rimraf": "^3.0.0", "typescript": "~3.5.3" }, "dependencies": { "fs-extra": "^8.0.1", "sharp": "^0.23.3" } }