@geek-fun/serverlessinsight
Version:
Full life cycle cross providers serverless application management for your fast-growing business.
34 lines (33 loc) • 926 B
JSON
{
"name": "@geek-fun/si-bootstrap-sdk",
"version": "1.0.0",
"main": "src/index.js",
"types": "src/index.d.ts",
"description": "Bootstrap SDK for Serverless Insight",
"homepage": "https://serverlessinsight.geekfun.club",
"scripts": {
"build": "tsc --build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geek-fun/serverlessinsight.git"
},
"author": "geekfun <support@geekfun.club>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/geek-fun/serverlessinsight/issues"
},
"devDependencies": {
"@types/tablestore": "^5.1.3",
"typescript": "^5.9.2"
},
"dependencies": {
"@alicloud/credentials": "^2.4.4",
"@alicloud/openapi-client": "^0.4.15",
"@alicloud/tablestore20201209": "^1.2.0",
"pino": "^9.8.0",
"pino-pretty": "^13.1.1",
"tablestore": "^5.6.1"
}
}