-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 895 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 895 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
{
"name": "@enormora/objectory",
"version": "0.0.1",
"main": "index.js",
"type": "module",
"scripts": {},
"engines": {
"node": ">=22.18.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enormora/objectory.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/enormora/objectory/issues"
},
"homepage": "https://github.com/enormora/objectory#readme",
"description": "",
"devDependencies": {
"@enormora/eslint-config-base": "0.0.25",
"@enormora/eslint-config-node": "0.0.21",
"@enormora/eslint-config-typescript": "0.0.29",
"@packtory/cli": "0.0.7",
"@types/node": "24.8.1",
"eslint": "9.39.4",
"prettier": "3.6.2",
"rust-just": "1.43.0",
"typescript": "5.9.3"
}
}