@haensl/rollup-plugin-local-resolve
Version:
Rollup plugin to resolve relative imports from local folders without stating the index file
61 lines (60 loc) • 1.83 kB
JSON
{
"name": "@haensl/rollup-plugin-local-resolve",
"version": "1.1.12",
"description": "Rollup plugin to resolve relative imports from local folders without stating the index file",
"main": "dist/rollup-plugin-local-resolve.cjs.js",
"module": "dist/rollup-plugin-local-resolve.es.js",
"scripts": {
"build": "rollup -c",
"lint": "eslint -c .eslintrc.json src/**/*.js",
"lint:ci": "eslint -c .eslintrc.json --format junit -o test-results/eslint/results.xml src/**/*.js",
"prepare": "if [ ${NODE_ENV} != 'production' ]; then npx husky init; fi",
"tdd": "mocha --watch",
"test": "mocha",
"test:ci": "mocha --recursive --reporter mocha-junit-reporter --reporter-options mochaFile=./test-results/mocha/results.xml \"./{,!(node_modules)/**/}*.test.js\""
},
"engines": {
"node": ">=6"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haensl/rollup-plugin-local-resolve.git"
},
"keywords": [
"rollup",
"plugin",
"rollup-plugin",
"resolve",
"local",
"index.js",
"index.jsx",
"js",
"jsx"
],
"author": {
"name": "HP Dietz",
"url": "https://hpdietz.com",
"twitter": "@h_p_d",
"email": "h.p.dietz@gmail.com"
},
"funding": "https://github.com/sponsors/haensl",
"license": "MIT",
"bugs": {
"url": "https://github.com/haensl/rollup-plugin-local-resolve/issues"
},
"homepage": "https://github.com/haensl/rollup-plugin-local-resolve#readme",
"devDependencies": {
"@haensl/eslint-config": "^1.3.0",
"@rollup/plugin-commonjs": "^25.0.0",
"chai": "^4.4.1",
"eslint": "^8.5.0",
"husky": "^9.0.11",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.0.0",
"rollup": "^4.12.1",
"rollup-plugin-buble": "^0.19.8"
}
}