{ "name": "@vendure/admin-ui-plugin", "version": "2.2.0-next.2", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "license": "MIT", "scripts": { "build": "rimraf lib && node -r ts-node/register build.ts && yarn compile", "watch": "tsc -p ./tsconfig.build.json --watch", "lint": "eslint --fix .", "compile": "tsc -p ./tsconfig.build.json" }, "homepage": "https://www.vendure.io/", "funding": "https://github.com/sponsors/michaelbromley", "publishConfig": { "access": "public" }, "devDependencies": { "@types/express": "^4.17.8", "@types/fs-extra": "^9.0.1", "@vendure/common": "2.2.0-next.2", "@vendure/core": "2.2.0-next.2", "express": "^4.17.1", "rimraf": "^3.0.2", "typescript": "4.9.5" }, "dependencies": { "date-fns": "^2.30.0", "fs-extra": "^11.1.1" } }