{ "name": "@vendure/stellate-plugin", "version": "2.3.3", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "watch": "tsc -p ./tsconfig.build.json --watch", "build": "rimraf lib && tsc -p ./tsconfig.build.json", "lint": "eslint --fix ." }, "homepage": "https://www.vendure.io", "funding": "https://github.com/sponsors/michaelbromley", "publishConfig": { "access": "public" }, "dependencies": { "node-fetch": "^2.7.0" }, "devDependencies": { "@vendure/common": "^2.3.3", "@vendure/core": "^2.3.3" } }