forked from evolvedbinary/prosemirror-lwdita
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 2.15 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
{
"name": "@evolvedbinary/prosemirror-lwdita-package",
"version": "2.1.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 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 build",
"prepack": "yarn run build",
"test": "yarn workspace @evolvedbinary/prosemirror-lwdita test",
"test:demo": "yarn workspace @evolvedbinary/prosemirror-lwdita-demo test",
"coverage": "yarn workspace @evolvedbinary/prosemirror-lwdita coverage",
"coveralls": "yarn workspace @evolvedbinary/prosemirror-lwdita coveralls",
"generate-docs": "yarn workspace @evolvedbinary/prosemirror-lwdita generate-docs",
"lint": "yarn workspace @evolvedbinary/prosemirror-lwdita lint",
"start:backend": "yarn workspace @evolvedbinary/prosemirror-lwdita-backend start",
"test:backend": "yarn workspace @evolvedbinary/prosemirror-lwdita-backend test",
"clean:backend": "yarn workspace @evolvedbinary/prosemirror-lwdita-backend run clean"
},
"engines": {
"node": ">=20.10.0 <21",
"yarn": ">=4.2.2"
},
"workspaces": [
"packages/prosemirror-lwdita",
"packages/prosemirror-lwdita-demo",
"packages/prosemirror-lwdita-backend"
],
"devDependencies": {
"@tsconfig/recommended": "^1.0.7",
"rimraf": "^6.0.1"
},
"packageManager": "yarn@4.2.2"
}