lage/packages/globby/package.json

25 строки
672 B
JSON

{
"name": "@lage-run/globby",
"version": "14.2.0",
"main": "lib/index.js",
"scripts": {
"transpile": "esbuild src/index.mts --bundle --platform=node --target=node14 --format=cjs --outfile=lib/index.js",
"types": "yarn tsc && node scripts/rename.js && yarn dts-bundle-generator --config ./dts-bundle.config.js"
},
"license": "MIT",
"devDependencies": {
"dts-bundle-generator": "^9.5.1",
"esbuild": "^0.21.5",
"globby": "^14.0.2",
"typescript": "~5.0.3"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./lib/index.js",
"require": "./lib/index.js",
"source": "./src/index.mts"
}
}
}