UNPKG

@inrupt/base-rollup-config

Version:

This package provides a shared rollup config for our packages

30 lines (29 loc) 759 B
{ "name": "@inrupt/base-rollup-config", "version": "4.0.3", "description": "This package provides a shared rollup config for our packages", "main": "index.mjs", "module": "true", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/inrupt/typescript-sdk-tools.git" }, "keywords": [ "inrupt", "rollup", "bundler" ], "author": "Inrupt <engineering@inrupt.com>", "license": "MIT", "bugs": { "url": "https://github.com/inrupt/typescript-sdk-tools/issues" }, "homepage": "https://github.com/inrupt/typescript-sdk-tools#readme", "dependencies": { "@rollup/plugin-typescript": "^12.1.2" }, "gitHead": "f91e3d1b22c72d222405bbb72826af93e4b3af78" }