{ "name": "@vendure/harden-plugin", "version": "1.9.7", "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": "tslint --fix --project ./" }, "homepage": "https://www.vendure.io/", "funding": "https://github.com/sponsors/michaelbromley", "publishConfig": { "access": "public" }, "dependencies": { "graphql-query-complexity": "^0.12.0" }, "devDependencies": { "@vendure/common": "^1.9.7", "@vendure/core": "^1.9.7" } }