Files
HRM-System/node_modules/@tiptap/pm/dropcursor/package.json
2026-04-13 08:19:53 +08:00

15 lines
300 B
JSON

{
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts"
}