{ "name": "@vendure/asset-server-plugin", "version": "0.11.0", "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 && node build.js", "lint": "tslint --fix --project ./", "test": "jest --config ./jest.config.js", "e2e": "jest --config ../../e2e-common/jest-config.js --runInBand --package=asset-server-plugin" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/express": "^4.0.39", "@types/fs-extra": "^8.0.1", "@types/node-fetch": "^2.5.4", "@types/sharp": "^0.24.0", "@vendure/common": "^0.11.0", "@vendure/core": "^0.11.0", "express": "^4.16.4", "node-fetch": "^2.6.0", "rimraf": "^3.0.0", "typescript": "3.8.3" }, "dependencies": { "fs-extra": "^9.0.0", "sharp": "0.25.2" } }