forked from RTF-TypeScript-2021/js-task-3
-
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) · 692 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 692 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": "js-task-3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RTF-TypeScript-2021/js-task-3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RTF-TypeScript-2021/js-task-3/issues"
},
"homepage": "https://github.com/RTF-TypeScript-2021/js-task-3#readme",
"devDependencies": {
"@babel/preset-env": "^7.15.6",
"@types/jest": "^27.0.1",
"babel-jest": "^27.2.0",
"eslint": "^7.32.0",
"jest": "^27.2.0",
"ts-jest": "^27.0.5",
"tsc-watch": "^4.5.0",
"typescript": "^4.4.3"
}
}