mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-10 03:52:57 +00:00
37 lines
866 B
JSON
37 lines
866 B
JSON
{
|
|
"name": "prosemirror-inputrules",
|
|
"version": "1.2.1",
|
|
"description": "Automatic transforms on text input for ProseMirror",
|
|
"type": "module",
|
|
"main": "dist/index.cjs",
|
|
"module": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"sideEffects": false,
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "Marijn Haverbeke",
|
|
"email": "marijn@haverbeke.berlin",
|
|
"web": "http://marijnhaverbeke.nl"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/prosemirror/prosemirror-inputrules.git"
|
|
},
|
|
"dependencies": {
|
|
"prosemirror-state": "^1.0.0",
|
|
"prosemirror-transform": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@prosemirror/buildhelper": "^0.1.5"
|
|
},
|
|
"scripts": {
|
|
"prepare": "pm-buildhelper src/index.ts"
|
|
}
|
|
}
|