Files
twenty/packages/twenty-shared/package.json
2025-02-03 10:53:05 +01:00

22 lines
403 B
JSON

{
"name": "twenty-shared",
"version": "0.42.0-canary",
"license": "AGPL-3.0",
"main": "./dist/index.js",
"scripts": {
"build": "npx vite build"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"engines": {
"node": "^18.17.1",
"npm": "please-use-yarn",
"yarn": "^4.0.2"
}
}