forked from m-mdy-m/Vero
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.13 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.13 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
45
46
47
48
49
{
"name": "vero",
"version": "1.0.0",
"description": "A text platform for writing theories and scientific evaluation;",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "",
"husky": "husky init",
"lint-staged": "lint-staged",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m-mdy-m/Vero.git"
},
"engines": {
"typescript": ">=5"
},
"lint-staged": {
"**/*.ts": "prettier --ignore-path ./.prettierignore --write"
},
"keywords": [
"platform",
"chat"
],
"author": "Mahdi <bitsgenix@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/m-mdy-m/Vero/issues"
},
"homepage": "https://github.com/m-mdy-m/Vero#readme",
"dependencies": {
"@glandjs/common": "1.0.3-beta",
"@glandjs/core": "1.0.3-beta",
"@glandjs/emitter": "^1.1.4",
"@glandjs/events": "^1.1.0"
},
"devDependencies": {
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.4",
"prettier": "^3.6.2",
"typescript": "^5.9.3"
}
}