| 123456789101112131415161718192021222324252627 |
- {
- "name": "@vendure/harden-plugin",
- "version": "2.2.0-next.5",
- "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": {
- "graphql-query-complexity": "^0.12.0"
- },
- "devDependencies": {
- "@vendure/common": "2.2.0-next.5",
- "@vendure/core": "2.2.0-next.5"
- }
- }
|