33 lines
680 B
JSON
33 lines
680 B
JSON
{
|
|
"name": "@zokki/integration-utils",
|
|
"version": "1.1.0",
|
|
"description": "utilities for astro integrations",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"homepage": "https://zokki.net",
|
|
"scripts": {
|
|
"build": "tsup ./src/index.ts --format cjs,esm --dts",
|
|
"lint": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.zokki.net/zokki/integration-utils"
|
|
},
|
|
"keywords": [
|
|
"astro",
|
|
"utilitiy",
|
|
"integration"
|
|
],
|
|
"author": "Tim-Niclas Oelschläger",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"glob": "^10.3.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.7",
|
|
"tsup": "^8.0.2",
|
|
"typescript": "^5.4.4"
|
|
}
|
|
}
|