@uninspired/plunk-client
Version:
JS client for the Plunk HTTP API
47 lines (46 loc) • 950 B
JSON
{
"name": "@uninspired/plunk-client",
"version": "0.0.6",
"author": "Christoph Kolb <chris@uninspired.studio>",
"license": "MIT",
"private": false,
"keywords": [
"plunk",
"client",
"http",
"email",
"typescript"
],
"description": "JS client for the Plunk HTTP API",
"repository": {
"type": "git",
"url": "https://github.com/UninspiredStudio/plunk-api-client.git"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
}
},
"files": [
"dist",
"src",
"LICENSE",
"package.json",
"README.md"
],
"type": "module",
"scripts": {
"build": "bun run scripts/build.ts"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
}
}