UNPKG

astro-npm-loader

Version:

Load Data from NPM packages into Content Collections

43 lines 1.02 kB
{ "name": "astro-npm-loader", "type": "module", "description": "Load Data from NPM packages into Content Collections", "version": "0.1.2", "keywords": [ "withastro", "content-loader", "astro-loader" ], "author": { "name": "Ginger", "email": "26461046+gingerchew@users.noreply.github.com" }, "main": "./loader.ts", "maintainers": [ { "name": "Ginger", "email": "26461046+gingerchew@users.noreply.github.com" } ], "homepage": "https://github.com/gingerchew/astro-npm-loader", "repository": { "type": "git", "url": "https://github.com/gingerchew/astro-npm-loader" }, "bugs": { "url": "https://github.com/gingerchew/astro-npm-loader/issues" }, "license": "MIT", "dependencies": { "@astrojs/check": "^0.9.4", "astro": "5.0.0-beta.5", "typescript": "^5.6.3" }, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" } }