UNPKG

drapcode-developer-sdk

Version:

The `Drapcode APIs` class provides methods for interacting with the Drapcode API. This documentation outlines how to use the class and its available methods.

31 lines (30 loc) 582 B
{ "name": "drapcode-developer-sdk", "version": "1.0.6", "main": "build/index.js", "types": "build/index.d.ts", "files": [ "build/**/*" ], "scripts": { "clean": "del ./build/*", "build": "npm run clean && tsc" }, "keywords": [ "drapcode", "developer", "sdk" ], "author": "Drapcode", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/Drapcode/developer-sdk.git" }, "devDependencies": { "@types/node": "^22.12.0", "del-cli": "^5.0.0", "typescript": "^4.0.2" }, "description": "" }