UNPKG

notion-upload-js

Version:

A lightweight package to upload files—both local and remote—to Notion via the Notion API. Supports internal (local) and external (URL-based) file uploads.

25 lines (24 loc) 603 B
{ "name": "notion-upload-js", "version": "1.0.3", "description": "A lightweight package to upload files—both local and remote—to Notion via the Notion API. Supports internal (local) and external (URL-based) file uploads.", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Notion", "Uploads", "Notion", "API" ], "author": "Michael Masarik", "license": "MIT", "dependencies": { "axios": "^1.9.0", "form-data": "^4.0.2", "mime": "^4.0.7", "node-fetch": "^2.7.0" } }