smartsuite-typescript-api
Version:
Typescript type generator and wrapper for the REST API provided by SmartSuite. Currently in pre 1.0 so no semver guarantees are given
34 lines (33 loc) • 783 B
JSON
{
"name": "smartsuite-typescript-api",
"version": "0.1.0",
"scripts": {
"compile": "sh ./build.sh",
"publish": "npm publish --access public"
},
"keywords": [
"smartsuite"
],
"author": "Simon Mørland",
"license": "MIT",
"description": "Typescript type generator and wrapper for the REST API provided by SmartSuite. Currently in pre 1.0 so no semver guarantees are given",
"type": "module",
"dependencies": {
"ts-morph": "^26.0.0",
"zod": "^3.25.67",
"zod-to-ts": "^1.2.0"
},
"devDependencies": {
"@types/node": "^24.0.4",
"typescript": "^5.8.3"
},
"optionalDependencies": {
"mocha": "^11.7.1",
"@types/mocha": "^10.0.10"
},
"types": "dist/index.d.ts",
"main": "dist/index.js",
"files": [
"dist"
]
}