-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 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
{
"$schema": "http://json.schemastore.org/package.json",
"name": "@xyo-network/archivist-node",
"version": "2.0.96",
"private": true,
"description": "XYO Archivist",
"license": "LGPL-3.0-only",
"author": "Arie Trouw",
"type": "module",
"scripts": {
"start": "nodemon",
"start-esm": "node ./dist/node/index.mjs"
},
"dependencies": {
"@xyo-network/node-app": "^4.1.1"
},
"devDependencies": {
"@types/node": "^24.5.2",
"@types/source-map-support": "0.5.10",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1",
"@xylabs/eslint-config-flat": "^7.1.7",
"@xylabs/ts-scripts-yarn3": "^7.1.7",
"@xylabs/tsconfig": "^7.1.7",
"depcheck": "^1.4.7",
"eslint": "^9.36.0",
"eslint-import-resolver-typescript": "^4.4.4",
"knip": "^5.64.0",
"nodemon": "^3.1.10",
"typescript": "^5.9.2"
},
"packageManager": "yarn@4.8.0",
"engines": {
"node": ">=22"
},
"volta": {
"node": "22.5.1",
"yarn": "4.4.0"
},
"publishConfig": {
"access": "public"
},
"sideeffects": false
}