instapaper-ts
Version:
A type-safe API client for Instapaper.
37 lines (36 loc) • 697 B
JSON
{
"name": "instapaper-ts",
"version": "2.0.0",
"type": "module",
"description": "A type-safe API client for Instapaper.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch"
},
"keywords": [
"instapaper",
"read",
"later",
"typescript",
"library"
],
"author": "Ben Silverman (bensilverman.co.uk)",
"homepage": "https://github.com/benslv/instapaper-ts",
"bugs": {
"url": "https://github.com/benslv/instapaper-ts/issues"
},
"license": "MIT",
"dependencies": {
"oauth-1.0a": "^2.2.6"
},
"devDependencies": {
"@types/node": "^26.0.0",
"tsup": "^8.5.1",
"typescript": "^6.0.3"
}
}