| 12345678910111213141516171819202122232425 |
- {
- "name": "@vendure/common",
- "version": "3.1.7",
- "main": "index.js",
- "license": "GPL-3.0-or-later",
- "scripts": {
- "watch": "tsc -p ./tsconfig.build.json -w",
- "build": "rimraf lib && tsc -p ./tsconfig.build.json",
- "lint": "eslint --fix .",
- "test": "vitest --run",
- "ci": "npm run build"
- },
- "homepage": "https://www.vendure.io/",
- "funding": "https://github.com/sponsors/michaelbromley",
- "publishConfig": {
- "access": "public"
- },
- "files": [
- "lib/**/*"
- ],
- "devDependencies": {
- "rimraf": "^5.0.5",
- "typescript": "5.3.3"
- }
- }
|