| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "@vendure/admin-ui-plugin",
- "version": "2.0.0-next.28",
- "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": "tslint --fix --project ./",
- "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.0.0-next.28",
- "@vendure/core": "^2.0.0-next.28",
- "express": "^4.17.1",
- "rimraf": "^3.0.2",
- "typescript": "4.5.5"
- },
- "dependencies": {
- "fs-extra": "^10.0.0"
- }
- }
|