cl-fill-link
Version:
Fill generated nextjs links with dynamic values
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "cl-fill-link",
"license": "MIT",
"description": "Fill generated nextjs links with dynamic values ",
"version": "2.0.2",
"author": {
"name": "Christian Lindeneg",
"email": "hi@lindeneg.org",
"url": "https://lindeneg.org"
},
"scripts": {
"build": "rollup -c",
"test": "jest --verbose"
},
"keywords": [
"react",
"typescript",
"nextjs",
"utility",
"generate-links",
"dynamic-links"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lindeneg/cl-fill-link.git"
},
"homepage": "https://github.com/lindeneg/cl-fill-link#readme",
"main": "./dist/bundle.cjs.js",
"module": "./dist/bundle.esm.js",
"types": "./dist/index.d.ts",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.13",
"jest": "^27.4.5",
"rollup": "^2.70.1",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"ts-jest": "^27.1.1",
"typescript": "^4.5.4"
},
"dependencies": {}
}