forked from RTF-TypeScript-2021/js-task-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 754 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 754 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
31
32
33
34
35
36
37
{
"name": "artsofte-typescript",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daleunixal/itempTasks.git"
},
"keywords": [
"courses",
"IT",
"education",
"Artsofte",
"fitech"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/daleunixal/itempTasks/issues"
},
"homepage": "https://github.com/daleunixal/itempTasks#readme",
"devDependencies": {
"@types/jest": "^27.0.1",
"eslint": "^7.32.0",
"jest": "^27.1.0",
"ts-jest": "^27.0.5",
"tsc-watch": "^4.5.0",
"typescript": "^4.4.2"
},
"dependencies": {
"hash-it": "^5.0.2"
}
}