| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "@vendure/asset-server-plugin",
- "version": "0.5.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",
- "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.5.0",
- "@vendure/core": "^0.5.0",
- "express": "^4.16.4",
- "rimraf": "^3.0.0",
- "typescript": "~3.5.3"
- },
- "dependencies": {
- "fs-extra": "^8.0.1",
- "sharp": "^0.22.1"
- }
- }
|