FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TypeScriptAlgorithms/package.json at master · PeaGo/TypeScriptAlgorithms · GitHub
PeaGo
/
TypeScriptAlgorithms
Public
forked from
TheAlgorithms/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
TypeScriptAlgorithms
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (23 loc) · 589 Bytes
Breadcrumbs
TypeScriptAlgorithms
/
package.json
Copy path
File metadata and controls
23 lines (23 loc) · 589 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name"
:
"
typescript
"
,
"version"
:
"
1.0.0
"
,
"type"
:
"
module
"
,
"description"
:
"
A repository for All algorithms implemented in Typescript (for educational purposes only)
"
,
"main"
:
"
"
,
"devDependencies"
: {
"@types/jest"
:
"
^29.0.3
"
,
"husky"
:
"
^8.0.1
"
,
"jest"
:
"
^29.0.3
"
,
"prettier"
:
"
^3.2.5
"
,
"ts-jest"
:
"
^29.0.2
"
,
"ts-node"
:
"
^10.9.1
"
},
"scripts"
: {
"test"
:
"
jest --no-cache
"
,
"style"
:
"
npx prettier . --write
"
,
"check-style"
:
"
npx prettier . --check
"
,
"prepare"
:
"
husky install
"
},
"author"
:
"
TheAlgorithms
"
,
"license"
:
"
MIT
"
}
Back
|
FazBrowse Home
|
New Git URL