24 lines
504 B
JSON
24 lines
504 B
JSON
{
|
|
"name": "@hereconnect/types",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.d.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"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "~5.6.3",
|
|
"@types/web-push": "^3.6.4"
|
|
}
|
|
} |