-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 905 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
{
"name": "textolite",
"version": "1.1.0",
"description": "Text editor.",
"author": "Ivan Perehiniak <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/perehinik/textolite.git"
},
"maintainers": [
{
"name": "Ivan Perehihniak",
"email": "[email protected]",
"web": "https://www.linkedin.com/in/perehinik/"
}
],
"license": "MIT",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest",
"lint": "eslint"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.49.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"keywords": [
"editor",
"text",
"rich",
"textolite",
"html"
]
}