@nutrient-sdk/node
Version:
Convert documents in your Node.js apps.
36 lines • 882 B
JSON
{
"name": "@nutrient-sdk/node",
"version": "1.1.0",
"description": "Convert documents in your Node.js apps.",
"keywords": [
"pdf",
"pdf sdk",
"sdk",
"nodejs-sdk",
"webassembly",
"pdf wasm",
"pdf webassembly",
"node",
"nodejs",
"office",
"docx",
"docx-pdf"
],
"author": "Nutrient (https://www.nutrient.io)",
"homepage": "https://www.nutrient.io/sdk/nodejs",
"license": "SEE LICENSE IN https://www.nutrient.io/legal/Nutrient_SDK_User_Evaluation_Subscription_Agreement",
"readme": "https://www.nutrient.io/guides/nodejs/",
"bugs": {
"url": "https://www.nutrient.io/guides/web/troubleshoot/"
},
"main": "cjs/index.cjs",
"types": "index.d.ts",
"typings": "index.d.ts",
"exports": {
".": {
"require": "./cjs/index.cjs",
"import": "./esm/index.mjs",
"types": "./index.d.ts"
}
}
}