@withstudiocms/effect
Version:
Effect-TS Utilities for Astro
114 lines • 2.53 kB
JSON
{
"name": "@withstudiocms/effect",
"version": "0.1.0-beta.6",
"description": "Effect-TS Utilities for Astro",
"license": "MIT",
"author": {
"name": "withstudiocms",
"url": "https://studiocms.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/withstudiocms/studiocms.git",
"directory": "packages/@withstudiocms/effect"
},
"keywords": [
"astro-studiocms",
"cms",
"studiocms",
"astro",
"withastro",
"effect",
"effect-ts",
"effect-ts-astro"
],
"homepage": "https://studiocms.dev",
"contributors": [
"Adammatthiesen",
"jdtjenkins",
"dreyfus92",
"code.spirit"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"sideEffects": false,
"files": [
"dist",
"LICENSE",
"CHANGELOG.md",
"README.md"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./astro": {
"types": "./dist/astro/index.d.ts",
"default": "./dist/astro/index.js"
},
"./effect": {
"types": "./dist/effect.d.ts",
"default": "./dist/effect.js"
},
"./scrypt": {
"types": "./dist/scrypt.d.ts",
"default": "./dist/scrypt.js"
},
"./smtp": {
"types": "./dist/smtp.d.ts",
"default": "./dist/smtp.js"
},
"./clack": {
"types": "./dist/clack.d.ts",
"default": "./dist/clack.js"
},
"./drizzle": {
"types": "./dist/drizzle.d.ts",
"default": "./dist/drizzle.js"
}
},
"type": "module",
"dependencies": {
"@clack/prompts": "^0.11.0",
"deepmerge-ts": "^7.1.5",
"micromatch": "^4.0.8",
"nodemailer": "^7.0.10",
"socks": "^2.8.7"
},
"devDependencies": {
"@types/micromatch": "^4.0.10",
"@types/node": "^22.0.0",
"@types/nodemailer": "^7.0.3",
"typescript": "^5.9.3"
},
"peerDependencies": {
"@astrojs/db": ">=0.17.2",
"@effect/cli": "^0.72.0",
"@effect/platform": "^0.93.0",
"@effect/platform-node": "^0.100.0",
"@libsql/client": "^0.15.10",
"astro": "^5.12.9",
"drizzle-orm": "^0.42.0",
"effect": "^3.19.2"
},
"peerDependenciesMeta": {
"@astrojs/db": {
"optional": true
},
"@libsql/client": {
"optional": true
},
"drizzle-orm": {
"optional": true
}
},
"scripts": {
"build": "buildkit build 'src/**/*.ts'",
"dev": "buildkit dev 'src/**/*.ts'",
"test": "vitest",
"typecheck": "tspc -p tsconfig.tspc.json"
}
}