-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.24 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": "easy-code-formatter-styles",
"version": "1.2.19",
"description": "A package which contains the styling details for easy code formatter.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/armhil/easy-code-formatter-styles.git"
},
"types": "dist/types",
"scripts": {
"build": "tsc",
"test": "jest"
},
"keywords": [
"syntax",
"highlighting",
"code",
"format",
"prettify",
"office-add-in",
"office-js"
],
"author": "armhil",
"license": "ISC",
"bugs": {
"url": "https://github.com/armhil/easy-code-formatter-styles/issues"
},
"homepage": "https://github.com/armhil/easy-code-formatter-styles#readme",
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^22.13.0",
"@types/shelljs": "^0.8.12",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.1",
"jest": "^29.5.0",
"pre-commit": "^1.2.2",
"shelljs": "^0.8.5",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3",
"typescript-eslint": "^8.33.1"
},
"dependencies": {
"highlight.js": "^11.10.0"
}
}