printify-effect
Version:
Effect-ts wrapper for Printify REST API — still in early development, use at your own risk!
47 lines • 1.3 kB
JSON
{
"name": "printify-effect",
"version": "0.1.0",
"description": "Effect-ts wrapper for Printify REST API — still in early development, use at your own risk!",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "tsc",
"test": "vitest",
"docs": "typedoc src/index.ts",
"clean": "rm -rf dist",
"release": "bun run build && bun publish --dry-run"
},
"keywords": [
"printify",
"effect",
"typescript",
"api",
"print-on-demand"
],
"author": "Michael Lorton",
"license": "MIT",
"peerDependencies": {
"@effect/platform": ">=0.90.0 <4.0.0",
"@effect/schema": ">=0.67.0 <4.0.0",
"effect": ">=3.17.0 <4.0.0"
},
"devDependencies": {
"@effect/platform": "^0.90.9",
"@effect/platform-bun": "^0.79.0",
"@effect/schema": "^0.67.24",
"@types/node": "^20.19.13",
"dotenv": "^17.2.2",
"effect": "^3.17.13",
"typedoc": "^0.25.13",
"typescript": "^5.9.2",
"vitest": "^1.6.1"
},
"dependencies": {}
}