mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-22 14:19:11 +00:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "@remirror/core-helpers",
|
|
"version": "3.0.0",
|
|
"description": "Provide helper functions for the remirror codebase, kinda like a tiny lodash",
|
|
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-helpers",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/remirror/remirror.git",
|
|
"directory": "packages/remirror__core-helpers"
|
|
},
|
|
"license": "MIT",
|
|
"contributors": [
|
|
"Ifiok Jr. <ifiokotung@gmail.com>"
|
|
],
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/remirror-core-helpers.d.ts",
|
|
"import": "./dist/remirror-core-helpers.js",
|
|
"require": "./dist/remirror-core-helpers.cjs"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "./dist/remirror-core-helpers.cjs",
|
|
"module": "./dist/remirror-core-helpers.js",
|
|
"types": "./dist/remirror-core-helpers.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"dist-types"
|
|
],
|
|
"dependencies": {
|
|
"@remirror/core-constants": "^2.0.2",
|
|
"@remirror/types": "^1.0.1",
|
|
"@types/object.omit": "^3.0.0",
|
|
"@types/object.pick": "^1.3.2",
|
|
"@types/throttle-debounce": "^2.1.0",
|
|
"case-anything": "^2.1.13",
|
|
"dash-get": "^1.0.2",
|
|
"deepmerge": "^4.3.1",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"make-error": "^1.3.6",
|
|
"object.omit": "^3.0.0",
|
|
"object.pick": "^1.3.0",
|
|
"throttle-debounce": "^3.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"@remirror": {
|
|
"tsconfigs": {
|
|
"src": {
|
|
"compilerOptions": {
|
|
"types": [
|
|
"node"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |