-
-
Notifications
You must be signed in to change notification settings - Fork 465
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 668 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 668 Bytes
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
{
"description": "Development environment for the CodeMirror 6 packages",
"scripts": {
"test": "node bin/cm.js test",
"test-node": "node bin/cm.js test --no-browser",
"prepare": "node bin/cm.js build",
"dev": "node bin/cm.js devserver"
},
"author": "Marijn Haverbeke <marijn@haverbeke.berlin>",
"license": "MIT",
"devDependencies": {
"@codemirror/buildhelper": "^1.0.2",
"esmoduleserve": "^0.2.0",
"serve-static": "^1.14.1",
"getdocs-ts": "^1.0.0",
"builddocs": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/codemirror/dev.git"
},
"workspaces": [
"*"
],
"private": true
}