forked from matheus-rodrigues00/utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 707 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 707 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
{
"name": "@teteu/utils",
"version": "0.7.0",
"description": "Library to commonly used cross-projects utilities methods",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "node .",
"test": "jest --watchAll",
"production-test": "jest",
"compile-files": "tsc"
},
"keywords": [
"utils",
"utilities",
"wellon"
],
"dependencies": {
"asyncrify": "^0.2.9",
"file-type": "^16.0.1"
},
"devDependencies": {
"@teteu/utils": "^0.7.0",
"@types/jest": "^29.5.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
}
}