UNPKG

benchling_typescript_sdk

Version:

Typescript SDK for Benchling API

25 lines 653 B
{ "name": "benchling_typescript_sdk", "description": "Typescript SDK for Benchling API", "version": "1.1.31", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "npx tsc", "debug_test": "npx nodemon --exec node --inspect -r ts-node/register test/test.ts", "debug_index": "npx nodemon --exec node --inspect -r ts-node/register src/index.ts" }, "keywords": [ "typescript", "benchling", "SDK" ], "author": "Nicole Cannon", "license": "UNLICENSED", "devDependencies": { "@types/node": "^24.0.15", "nodemon": "^3.1.10", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }