-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 911 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
42
43
44
45
{
"name": "@florajs/ql-compiler",
"version": "6.0.1",
"description": "Compiler for Flora QL",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "node --test"
},
"files": [
"index.js",
"lib/"
],
"pre-commit": "test",
"author": {
"name": "stock3 AG",
"email": "it@stock3.com"
},
"keywords": [
"florajs"
],
"homepage": "https://github.com/florajs/ql-compiler",
"license": "MIT",
"repository": "florajs/ql-compiler",
"contributors": [
{
"name": "Nico Kaiser",
"email": "nico.kaiser@stock3.com"
}
],
"devDependencies": {
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"pre-commit": "^1.2.2",
"prettier": "^3.3.3"
},
"dependencies": {
"@florajs/request-parser": "^5.0.0"
},
"engines": {
"node": ">=20"
}
}