bundler-test
Advanced tools
Comparing version 0.0.7 to 0.1.0
{ | ||
"author": "hongseonghwa <pushan45hsh@gmail.com>", | ||
"name": "bundler-test", | ||
"version": "0.0.7", | ||
"type": "commonjs", | ||
"main": "src/index.js", | ||
"version": "0.1.0", | ||
"description": "", | ||
"scripts": { | ||
"prepack": "pnpm run build", | ||
"build": "pnpm run bundle", | ||
"bundle": "rollup -c" | ||
}, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./src/index.js", | ||
"require": "./src/index.cjs" | ||
"import": "./dist/bundle.js", | ||
"types": "./dist/src/index.d.ts" | ||
} | ||
}, | ||
"license": "ISC" | ||
"main": "dist/index.js", | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/node": "^20.9.0", | ||
"rollup": "^4.3.0", | ||
"rollup-plugin-typescript2": "^0.36.0", | ||
"typescript": "^5.2.2" | ||
} | ||
} |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
2126
10
52
Yes
4
2