@elderjs/plugin-references
Version:
Adds {{ref}} and {{referenceList}} shortcodes to Elder.js allowing you to add wikipedia style references to your content.
48 lines (47 loc) • 1.27 kB
JSON
{
"name": "@elderjs/plugin-references",
"version": "1.8.0-beta.7",
"description": "Adds {{ref}} and {{referenceList}} shortcodes to Elder.js allowing you to add wikipedia style references to your content.",
"keywords": [
"elder.js",
"elderjs",
"svelte",
"ssg",
"static",
"references",
"reference"
],
"author": "Nick Reese <npm@nicholasreese.com>",
"homepage": "https://elderguide.com/tech/elderjs/",
"license": "MIT",
"main": "./build/index.js",
"module": "./build/index.mjs",
"types": "/build/index.d.ts",
"exports": {
"require": "./build/index.js",
"import": "./build/index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elderjs/plugins.git"
},
"engines": {
"node": ">=14.19.0"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build-fast": "tsup src/index.ts --outDir build --format cjs,esm",
"build": "pnpm run build-fast -- --dts-resolve ",
"dev": "tsc -p tsconfig.json -w"
},
"bugs": {
"url": "https://github.com/Elderjs/plugins/issues"
},
"dependencies": {},
"devDependencies": {
"@elderjs/elderjs": "^1.8.0-beta.7",
"ts-node": "^9.1.1",
"tsup": "6.0.1",
"typescript": "^4.0.2"
}
}