Files
hereconnect/packages/types/package.json
T

24 lines
504 B
JSON
Raw Normal View History

2024-11-27 15:57:11 +02:00
{
"name": "@hereconnect/types",
"version": "1.0.0",
2024-12-10 13:21:38 +02:00
"main": "dist/index.js",
"types": "dist/index.d.ts",
2024-12-02 10:01:23 +02:00
"exports": {
".": {
2024-12-10 13:21:38 +02:00
"import": "./dist/index.d.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
2024-12-02 10:01:23 +02:00
}
},
2024-12-10 13:21:38 +02:00
"files": ["dist/**/*"],
2024-11-27 15:57:11 +02:00
"private": true,
2024-12-06 11:15:32 +02:00
"scripts": {
"lint": "tsc --noEmit src/index.ts",
2024-12-10 13:21:38 +02:00
"build": "tsc",
"prepare": "npm run build"
2024-12-06 11:15:32 +02:00
},
2024-12-03 11:11:44 +02:00
"peerDependencies": {
"typescript": "~5.6.3",
"@types/web-push": "^3.6.4"
2024-11-27 15:57:11 +02:00
}
}