@produck/charon
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "@produck/charon", | ||
"version": "0.1.8", | ||
"description": "Doing small thing for compressing bundle by tree shaking", | ||
"files": [ | ||
"index.js", | ||
"index.d.ts", | ||
"src" | ||
], | ||
"keywords": [ | ||
"charon", | ||
"rollup", | ||
"webpack" | ||
], | ||
"author": "LiuQ-Q", | ||
"contributors": [ | ||
"ChaosLee", | ||
"LiuQ-Q" | ||
], | ||
"homepage": "https://github.com/produck/charon/tree/main/packages/charon#readme", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"type": "module", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/produck/charon.git" | ||
}, | ||
"scripts": { | ||
"lint": "eslint --fix ./**/*.js", | ||
"prepublish": "npm run lint" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/produck/charon/issues" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.2.0" | ||
}, | ||
"gitHead": "30076d29929b5b217297a65158207249250cfc98" | ||
"name": "@produck/charon", | ||
"version": "0.1.9", | ||
"description": "Doing small thing for compressing bundle by tree shaking", | ||
"files": [ | ||
"index.js", | ||
"index.d.ts", | ||
"src" | ||
], | ||
"keywords": [ | ||
"charon", | ||
"rollup", | ||
"webpack" | ||
], | ||
"author": "LiuQ-Q", | ||
"contributors": [ | ||
"ChaosLee", | ||
"LiuQ-Q" | ||
], | ||
"homepage": "https://github.com/produck/charon/tree/main/packages/charon#readme", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"type": "module", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/produck/charon.git" | ||
}, | ||
"scripts": { | ||
"lint": "eslint --fix ./**/*.js", | ||
"prepublish": "npm run lint" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/produck/charon/issues" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.5.0" | ||
}, | ||
"gitHead": "68df374f9ff58ba022bc30d0bf7388162dec564c" | ||
} |
25125