| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "@vendure/stellate-plugin",
- "version": "3.3.7",
- "license": "GPL-3.0-or-later",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "files": [
- "lib/**/*"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/vendure-ecommerce/vendure"
- },
- "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": "3.3.7",
- "@vendure/core": "3.3.7"
- }
- }
|