-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 899 Bytes
/
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
{
"name": "@muze-nl/simplystore",
"version": "0.6.28",
"main": "src/server.mjs",
"type": "module",
"scripts": {
"start": "node src/run.mjs",
"test": "tap test/*.mjs"
},
"author": "[email protected]",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/simplyedit/simplystore.git"
},
"bugs": "https://github.com/simplyedit/simplystore/issues",
"homepage": "https://github.com/simplyedit/simplystore#readme",
"dependencies": {
"@muze-nl/jsontag": "^0.9.9",
"@muze-nl/od-jsontag": "^0.3.3",
"codemirror": "^6.0.1",
"express": "^4.18.1",
"@muze-nl/jaqt": "^0.9.7",
"json-pointer": "^0.6.2",
"jsonpath-plus": "^7.2.0",
"vm2": "^3.9.13",
"write-file-atomic": "^5.0.1"
},
"devDependencies": {
"eslint": "^8.48.0",
"process": "^0.11.10",
"tap": "^16.3.8"
},
"files": [
"README.md",
"LICENSE",
"src/",
"www/",
"scripts/"
]
}