UNPKG

@inrupt/base-rollup-config

Version:

This package provides a shared rollup config for our packages

29 lines (28 loc) 702 B
{ "name": "@inrupt/base-rollup-config", "version": "4.1.5", "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.3.0" } }