| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "@vendure/asset-server-plugin",
- "version": "2.2.0-next.3",
- "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": "eslint --fix .",
- "test": "vitest --run",
- "e2e": "cross-env PACKAGE=asset-server-plugin vitest --config ../../e2e-common/vitest.config.ts --run",
- "e2e:watch": "cross-env PACKAGE=asset-server-plugin vitest --config ../../e2e-common/vitest.config.ts"
- },
- "homepage": "https://www.vendure.io/",
- "funding": "https://github.com/sponsors/michaelbromley",
- "publishConfig": {
- "access": "public"
- },
- "devDependencies": {
- "@aws-sdk/client-s3": "^3.398.0",
- "@aws-sdk/lib-storage": "^3.398.0",
- "@types/express": "^4.17.17",
- "@types/fs-extra": "^11.0.1",
- "@types/node-fetch": "^2.5.8",
- "@types/sharp": "^0.30.4",
- "@vendure/common": "2.2.0-next.3",
- "@vendure/core": "2.2.0-next.3",
- "express": "^4.17.1",
- "node-fetch": "^2.6.7",
- "rimraf": "^3.0.2",
- "typescript": "4.9.5"
- },
- "dependencies": {
- "file-type": "^16.5.3",
- "fs-extra": "^11.1.1",
- "sharp": "~0.32.5"
- }
- }
|