@feroomjs/tools
Version:
37 lines (36 loc) • 781 B
JSON
{
"name": "@feroomjs/tools",
"version": "0.0.10",
"description": "@feroomjs/tools",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/feroomjs/feroomjs.git",
"directory": "packages/tools"
},
"keywords": [
"feroom",
"feroomjs",
"SPA",
"MFE"
],
"author": "Artem Maltsev",
"license": "MIT",
"bugs": {
"url": "https://github.com/feroomjs/feroomjs/issues"
},
"homepage": "https://github.com/feroomjs/feroomjs/tree/main/packages/tools#readme",
"dependencies": {
"glob": "^8.0.3",
"esbuild": "^0.17.3"
},
"peerDependencies": {},
"devDependencies": {
"@types/node": "^18.11.18"
}
}