-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 3.15 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 3.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@evolvedbinary/prosemirror-lwdita-package",
"version": "2.6.0",
"description": "ProseMirror plugin to edit LwDITA documents",
"repository": {
"type": "git",
"url": "git+https://github.com/evolvedbinary/prosemirror-lwdita.git"
},
"keywords": [
"ProseMirror",
"LwDITA",
"DITA",
"XDITA",
"XML",
"JDITA",
"JSON"
],
"author": "Evolved Binary",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/evolvedbinary/prosemirror-lwdita/issues"
},
"homepage": "https://github.com/evolvedbinary/prosemirror-lwdita#readme",
"private": true,
"scripts": {
"clean": "rimraf .parcel-cache && yarn workspace @evolvedbinary/prosemirror-lwdita-localization run clean && yarn workspace @evolvedbinary/prosemirror-lwdita run clean && yarn workspace @evolvedbinary/prosemirror-lwdita-backend run clean && yarn workspace @evolvedbinary/prosemirror-lwdita-demo run clean",
"docker": "yarn workspace @evolvedbinary/prosemirror-lwdita-demo docker",
"start:demo": "yarn workspace @evolvedbinary/prosemirror-lwdita-demo start",
"build:demo": "yarn workspace @evolvedbinary/prosemirror-lwdita-demo build",
"build": "yarn workspace @evolvedbinary/prosemirror-lwdita-localization build && yarn workspace @evolvedbinary/prosemirror-lwdita build",
"prepack": "yarn run build",
"lint": "yarn workspaces foreach -A run lint",
"test": "yarn workspace @evolvedbinary/prosemirror-lwdita-localization test && yarn workspace @evolvedbinary/prosemirror-lwdita test && yarn workspace @evolvedbinary/prosemirror-lwdita-backend test",
"test:demo": "yarn workspace @evolvedbinary/prosemirror-lwdita-demo test",
"coverage": "yarn workspace @evolvedbinary/prosemirror-lwdita-localization coverage && yarn workspace @evolvedbinary/prosemirror-lwdita coverage && yarn workspace @evolvedbinary/prosemirror-lwdita-backend coverage",
"coveralls": "yarn workspace @evolvedbinary/prosemirror-lwdita-localization coveralls && yarn workspace @evolvedbinary/prosemirror-lwdita coveralls",
"generate-docs": "yarn workspace @evolvedbinary/prosemirror-lwdita-localization generate-docs && yarn workspace @evolvedbinary/prosemirror-lwdita generate-docs",
"start:backend": "yarn workspace @evolvedbinary/prosemirror-lwdita-backend start",
"publish": "yarn workspace @evolvedbinary/prosemirror-lwdita-localization npm publish --access public && yarn workspace @evolvedbinary/prosemirror-lwdita npm publish --access public"
},
"engines": {
"node": ">=22.16.0 <23",
"yarn": ">=4.2.2"
},
"workspaces": [
"packages/prosemirror-lwdita-localization",
"packages/prosemirror-lwdita",
"packages/prosemirror-lwdita-demo",
"packages/prosemirror-lwdita-backend"
],
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tsconfig/recommended": "^1.0.13",
"@types/node": "^24.9.2",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.47.0",
"eslint": "^9.38.0",
"eslint-plugin-notice": "^1.0.0",
"eslint-plugin-tsdoc": "^0.5.0",
"globals": "^16.5.0",
"jiti": "^2.6.1",
"rimraf": "^6.0.1",
"typescript-eslint": "^8.46.2"
},
"packageManager": "yarn@4.2.2"
}