| 12345678910111213141516171819202122232425 |
- {
- "name": "@vendure/common",
- "version": "2.2.0-next.2",
- "main": "index.js",
- "license": "MIT",
- "scripts": {
- "watch": "tsc -p ./tsconfig.build.json -w",
- "build": "rimraf lib && tsc -p ./tsconfig.build.json",
- "lint": "eslint --fix .",
- "test": "vitest --run",
- "ci": "yarn build"
- },
- "homepage": "https://www.vendure.io/",
- "funding": "https://github.com/sponsors/michaelbromley",
- "publishConfig": {
- "access": "public"
- },
- "files": [
- "lib/**/*"
- ],
- "devDependencies": {
- "rimraf": "^3.0.2",
- "typescript": "4.9.5"
- }
- }
|