| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "@vendure/admin-ui-plugin",
- "version": "0.15.1",
- "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"
- },
- "publishConfig": {
- "access": "public"
- },
- "devDependencies": {
- "@types/express": "^4.0.39",
- "@types/fs-extra": "^8.0.1",
- "@vendure/common": "^0.15.0",
- "@vendure/core": "^0.15.1",
- "express": "^4.16.4",
- "rimraf": "^3.0.0",
- "typescript": "3.8.3"
- },
- "dependencies": {
- "fs-extra": "^9.0.0"
- }
- }
|