| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "@vendure/asset-server-plugin",
- "version": "1.3.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 && node build.js",
- "lint": "tslint --fix --project ./",
- "test": "jest --config ./jest.config.js",
- "e2e": "jest --config ../../e2e-common/jest-config.js --package=asset-server-plugin"
- },
- "homepage": "https://www.vendure.io/",
- "funding": "https://github.com/sponsors/michaelbromley",
- "publishConfig": {
- "access": "public"
- },
- "devDependencies": {
- "@types/express": "^4.17.8",
- "@types/fs-extra": "^9.0.8",
- "@types/node-fetch": "^2.5.8",
- "@types/sharp": "^0.27.1",
- "@vendure/common": "^1.3.2",
- "@vendure/core": "^1.3.2",
- "aws-sdk": "^2.856.0",
- "express": "^4.17.1",
- "node-fetch": "^2.6.1",
- "rimraf": "^3.0.2",
- "typescript": "4.3.5"
- },
- "dependencies": {
- "file-type": "^16.2.0",
- "fs-extra": "^10.0.0",
- "sharp": "~0.29.0"
- }
- }
|