UNPKG

astro-loader-tweets

Version:
46 lines 1.24 kB
{ "name": "astro-loader-tweets", "version": "1.3.0", "description": "Astro loader for loading tweets by ID.", "author": "Stephanie Lin <norwaywoods047@gmail.com>", "license": "MIT", "keywords": [ "withastro", "astro-loader", "tweets", "tweet", "twitter", "X" ], "repository": { "type": "git", "url": "git+https://github.com/lin-stephanie/astro-loaders.git", "directory": "packages/astro-loader-tweets" }, "homepage": "https://github.com/lin-stephanie/astro-loaders/blob/main/packages/astro-loader-tweets/", "bugs": "https://github.com/lin-stephanie/astro-loaders/issues", "type": "module", "files": [ "dist" ], "main": "dist/index.js", "module": "dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "types": "./dist/index.d.ts", "peerDependencies": { "astro": ">=4.14.0 <6.0.0" }, "dependencies": { "twitter-api-v2": "^1.20.2" }, "scripts": { "dev": "tsup src/index.ts --format esm --dts --watch", "build": "tsup src/index.ts --format esm --dts --clean --treeshake", "check": "publint && pnpm pack | grep '.tgz$' | xargs attw --ignore-rules=cjs-resolves-to-esm" } }