makima-ts
Version:
Typescript SDK for Makima.
33 lines (32 loc) • 639 B
JSON
{
"name": "makima-ts",
"version": "1.0.0-alpha.4",
"description": "Typescript SDK for Makima.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts"
},
"keywords": [
"typescript",
"node",
"makima"
],
"author": "Kumar Harsh <kumar.harsh@raj.how>",
"license": "ISC",
"files": [
"dist",
"README.md"
],
"dependencies": {
"axios": "^1.7.7",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^16.18.121",
"typescript": "^5.7.2"
}
}