solapi
Version:
SOLAPI SDK for Node.js(Server Side Only)
61 lines (60 loc) • 1.36 kB
JSON
{
"name": "solapi",
"version": "5.5.3",
"description": "SOLAPI SDK for Node.js(Server Side Only)",
"keywords": [
"solapi",
"sms",
"lms",
"mms",
"kakao alimtalk",
"sdk",
"korean sms"
],
"homepage": "https://solapi.com",
"bugs": {
"url": "https://github.com/solapi/solapi-nodejs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solapi/solapi-nodejs.git"
},
"license": "MIT",
"author": {
"name": "SOLAPI Team",
"email": "contact@solapi.com"
},
"type": "commonjs",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"files": ["/dist"],
"scripts": {
"build": "pnpm lint && tsup",
"docs": "typedoc --entryPointStrategy expand ./src",
"lint": "biome check --write",
"dev": "tsup --watch",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"date-fns": "^4.1.0",
"effect": "^3.19.6"
},
"devDependencies": {
"@biomejs/biome": "2.3.7",
"@effect/vitest": "^0.27.0",
"@types/node": "^24.10.1",
"dotenv": "^17.2.3",
"tsup": "^8.5.1",
"typedoc": "^0.28.14",
"typescript": "^5.9.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.14"
},
"packageManager": "pnpm@10.15.1",
"engines": {
"node": ">=18"
}
}