landson-agri-sdk-kit
Version:
Software Development Kit for the Landson Agri API
47 lines (46 loc) • 1.05 kB
JSON
{
"name": "landson-agri-sdk-kit",
"version": "1.1.4",
"description": "Software Development Kit for the Landson Agri API",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"lint": "eslint src --ext .ts",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"api",
"sdk",
"landson",
"agriculture"
],
"author": "Tharun G V",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/landson-agri-sdk"
},
"bugs": {
"url": "https://github.com/yourusername/landson-agri-sdk/issues"
},
"homepage": "https://github.com/yourusername/landson-agri-sdk#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "^22.10.0",
"typescript": "^5.0.0",
"axios": "^1.0.0",
"tsup": "^8.0.2"
},
"peerDependencies": {
"axios": "^1.0.0"
}
}