| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "@vendure/asset-server-plugin",
- "version": "0.1.2-beta.12",
- "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"
- },
- "publishConfig": {
- "access": "public"
- },
- "devDependencies": {
- "@types/express": "^4.0.39",
- "@types/fs-extra": "^7.0.0",
- "@types/sharp": "^0.22.2",
- "@vendure/common": "^0.1.2-beta.12",
- "@vendure/core": "^0.1.2-beta.12",
- "express": "^4.16.4",
- "rimraf": "^2.6.3",
- "typescript": "^3.3.4000"
- },
- "dependencies": {
- "fs-extra": "^8.0.1",
- "sharp": "^0.22.1"
- }
- }
|