forked from rahulk-kikani/full-stack-test
-
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) · 865 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 865 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": "javascript-test",
"version": "1.0.0",
"description": "NO PLAGIARISM WILL BE TOLERATED. We run every test through our plagiarism tool and you will be removed from the list of potential candidates if we find that you have copy pasted code from the web.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phil714/javascript-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/phil714/javascript-test/issues"
},
"homepage": "https://github.com/phil714/javascript-test#readme",
"dependencies": {
"@types/jest": "^27.5.1",
"jest": "^28.1.0"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"babel-jest": "^28.1.0"
}
}