UNPKG

rollup-plugin-require-context2

Version:
48 lines (47 loc) 1.28 kB
{ "name": "rollup-plugin-require-context2", "version": "1.0.1", "description": "rollup-plugin for webpack requrie-context", "main": "src/index.js", "scripts": { "brk": "node --inspect-brk example/run.js", "example": "rollup -c example/rollup.config.js", "test:dev": "jest --watchAll", "np": "np --no-cleanup --no-tests --any-branch" }, "repository": { "type": "git", "url": "git+https://github.com/shenyi-dra/rollup-plugin-require-context2.git" }, "keywords": [ "rollup", "plugin", "require-context", "webpack-context" ], "author": "elcarim5efil", "license": "MIT", "bugs": { "url": "https://github.com/shenyi-dra/rollup-plugin-require-context2/issues" }, "homepage": "https://github.com/shenyi-dra/rollup-plugin-require-context2#readme", "dependencies": { "acorn": "^6.1.1", "acorn-dynamic-import": "^4.0.0", "acorn-walk": "^6.1.1", "rollup-pluginutils": "^2.5.0" }, "devDependencies": { "cz-conventional-changelog": "^3.3.0", "generate-source-map": "0.0.5", "jest": "^24.5.0", "np": "^7.4.0", "rollup": "^1.7.4", "rollup-plugin-virtual": "^1.0.1" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }