{ "name": "@vendure/common", "version": "3.1.0-next.3", "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" } }