Files
hereconnect/packages/constants/package.json
T
ti 8541dd6b99
Deploy app frontend / app frontend (push) Successful in 2m40s
Deploy db-migrations / db-migrations (push) Successful in 1m8s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m30s
Deploy service tg-bot / service tg-bot (push) Failing after 1m51s
fix
2024-12-15 00:59:44 +02:00

27 lines
561 B
JSON

{
"name": "@hereconnect/constants",
"version": "1.0.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": ["dist/**/*"],
"private": true,
"scripts": {
"lint": "tsc --noEmit src/index.ts",
"build": "tsc",
"prepare": "npm run build"
},
"devDependencies": {
"@hereconnect/types": "workspace:^"
},
"peerDependencies": {
"typescript": "~5.7.2"
}
}