@vendure/common
Version:
35 lines (34 loc) • 901 B
JSON
{
"name": "@vendure/common",
"version": "3.2.3",
"main": "index.js",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/vendure-ecommerce/vendure"
},
"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/**/*"
],
"exports": {
".": "./lib/index.js",
"./lib/*": "./lib/*.js"
},
"devDependencies": {
"rimraf": "^5.0.5",
"typescript": "5.8.2"
},
"gitHead": "5383d7640d04ee772a9c5dbb5a0389c8b8951f66"
}