mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
846 B
41 lines
846 B
{
|
|
"name": "@module-federation/error-codes",
|
|
"description": "Module Federation Error Codes",
|
|
"author": "zhanghang <hanric.zhang@gmail.com>",
|
|
"public": true,
|
|
"sideEffects": false,
|
|
"version": "0.21.6",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/module-federation/core.git",
|
|
"directory": "packages/error-codes"
|
|
},
|
|
"keywords": [
|
|
"Module Federation",
|
|
"error codes"
|
|
],
|
|
"files": [
|
|
"dist/",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "./dist/index.cjs.js",
|
|
"module": "./dist/index.esm.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.esm.mjs",
|
|
"require": "./dist/index.cjs.js"
|
|
}
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
".": [
|
|
"./dist/index.d.ts"
|
|
]
|
|
}
|
|
}
|
|
}
|