UNPKG

netsuite-oauth-client

Version:

NetSuite OAuth 1.0 client library for Node.js with TypeScript support

39 lines (38 loc) 759 B
{ "name": "netsuite-oauth-client", "version": "1.0.7", "description": "NetSuite OAuth 1.0 client library for Node.js with TypeScript support", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "ts-node src/example.ts", "test": "jest", "lint": "eslint src/**/*.ts", "prepare": "npm run build", "start": "node dist/index.js" }, "keywords": [ "netsuite", "oauth", "oauth1", "api", "client", "typescript", "nodejs" ], "author": "Tushar Savaliya", "license": "MIT", "files": [ "dist/**/*" ], "engines": { "node": ">=14.0.0" }, "dependencies": { "crypto": "^1.0.1" }, "devDependencies": { "@types/node": "^22.15.29" } }