Files
contentstack-imagevault/rte/package.json
2024-10-25 07:50:01 +02:00

20 lines
502 B
JSON

{
"name": "@scandichotels/contentstack-imagevault-rte",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "IS_DEV=true vite build --watch",
"lint": "eslint --ignore-path ../.gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"prebuild": "concurrently npm:lint npm:typecheck",
"typecheck": "tsc"
},
"devDependencies": {
"@types/systemjs": "^6.15.1"
},
"engines": {
"node": ">=18.0.0"
}
}