-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 782 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 782 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
{
"name": "easy-addins-utils",
"version": "1.0.17",
"description": "Utility functions for easy addins collection",
"main": "dist/index.js",
"types": "dist/types",
"scripts": {
"build": "tsc",
"test": "jest"
},
"author": "Arman Hilmioglu",
"license": "ISC",
"dependencies": {
"@types/jest": "^29.2.0",
"@types/office-js": "^1.0.508",
"jest": "^29.2.2",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.1",
"jest-environment-jsdom": "^29.2.2",
"prettier": "^3.5.3",
"typescript-eslint": "^8.33.1"
}
}