-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 929 Bytes
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 929 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@simtlix/simfinity-js",
"version": "2.4.4",
"description": "",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest --coverage",
"lint": "eslint '**/*.js'",
"lint-fix": "eslint --fix '**/*.js'"
},
"engines": {
"node": ">=18.18.0"
},
"author": "Simtlix",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/simtlix/simfinity.git"
},
"peerDependencies": {
"graphql": "^16.11.0",
"mongoose": "^8.16.2"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"eslint": "^9.30.1",
"globals": "^16.3.0",
"vitest": "^3.2.4"
},
"config": {
"owner": "simtlix"
},
"optionalDependencies": {
"graphql": "^16.11.0",
"graphql-middleware": "^6.1.35",
"mongoose": "^8.16.2"
}
}