Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

Commit 0a5896d

Browse files
committed
feat(config): ➕ install typescript and jest
1 parent 49f5ff2 commit 0a5896d

File tree

2 files changed

+2694
-0
lines changed

2 files changed

+2694
-0
lines changed

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "sortedarray",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/poverenje/SortedArray.git"
12+
},
13+
"keywords": [],
14+
"author": "",
15+
"license": "ISC",
16+
"bugs": {
17+
"url": "https://github.com/poverenje/SortedArray/issues"
18+
},
19+
"homepage": "https://github.com/poverenje/SortedArray#readme",
20+
"devDependencies": {
21+
"@types/jest": "^27.0.3",
22+
"@types/node": "^16.11.12",
23+
"jest": "^27.4.4",
24+
"ts-jest": "^27.1.1",
25+
"typescript": "^4.5.3"
26+
}
27+
}

0 commit comments

Comments
 (0)