-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 3.26 KB
/
package.json
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.5.1",
"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",
"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",
"lint": "eslint packages/* --ext .ts",
"lint:fix": "eslint packages/* --ext .ts --fix",
"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 && yarn workspace @evolvedbinary/prosemirror-lwdita-demo npm publish --access public"
},
"engines": {
"node": ">=20.10.0 <21",
"yarn": ">=4.2.2"
},
"workspaces": [
"packages/prosemirror-lwdita-localization",
"packages/prosemirror-lwdita",
"packages/prosemirror-lwdita-demo",
"packages/prosemirror-lwdita-backend"
],
"devDependencies": {
"@eslint/js": "^9.13.0",
"@tsconfig/recommended": "^1.0.7",
"@types/node": "^22.7.9",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^8.57.0",
"eslint-plugin-notice": "^1.0.0",
"eslint-plugin-tsdoc": "^0.3.0",
"globals": "^15.11.0",
"rimraf": "^6.0.1",
"typescript-eslint": "^8.11.0"
},
"packageManager": "[email protected]"
}