UNPKG

@preprio/nodejs-sdk

Version:

The official Prepr SDK for Node.js

39 lines (38 loc) 844 B
{ "name": "@preprio/nodejs-sdk", "version": "1.2.0", "description": "The official Prepr SDK for Node.js", "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/preprio/nodejs-sdk.git" }, "keywords": [ "prepr", "cms", "nodejs", "sdk" ], "author": "Prepr.io <support@prepr.io>", "license": "MIT", "bugs": { "url": "https://github.com/preprio/nodejs-sdk/issues" }, "homepage": "https://github.com/preprio/nodejs-sdk#readme", "dependencies": { "abort-controller": "^3.0.0", "murmurhash": "^2.0.0", "node-fetch": "^2.6.1", "qs": "^6.9.6" }, "devDependencies": { "prettier": "^2.2.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }