@inrupt/base-rollup-config
Version:
This package provides a shared rollup config for our packages
30 lines (29 loc) • 759 B
JSON
{
"name": "@inrupt/base-rollup-config",
"version": "4.0.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.1.4"
},
"gitHead": "2466127fb3b2f5f762ff02b9c87e4b683361558e"
}