{ "name": "@miyaneee/rollup-plugin-json5", "description": "🍣 A Rollup plugin which Converts .json5 files to ES6 modules.", "version": "1.2.0", "repository": { "type": "git", "url": "git+https://github.com/Miyaneee/rollup-plugin-json5.git" }, "homepage": "https://github.com/Miyaneee/rollup-plugin-json5#readme", "bugs": { "url": "https://github.com/Miyaneee/rollup-plugin-json5/issues" }, "author": { "name": "Gu-Miao", "email": "gutianhuang@foxmail.com" }, "license": "MIT", "files": [ "dist", "types", "README_zh.md", "README.md", "LICENSE", "package.json" ], "keywords": [ "rollup", "plugin", "json5", "es2015", "npm", "modules" ], "main": "dist/index.js", "module": "dist/index.es.js", "types": "types/index.d.ts", "scripts": { "build": "rollup -c" }, "peerDependencies": { "rollup": "^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0" }, "dependencies": { "@rollup/pluginutils": "^5.1.0", "json5": "^2.2.3" }, "devDependencies": { "@rollup/plugin-buble": "^1.0.3", "rollup": "^4.9.1" } }