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

Commit 4368889

Browse files
committed
add package json
1 parent d951e44 commit 4368889

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

most-frequent-words/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "most-frequent-words",
3+
"description": "script to get the most frequent words in a group of subtitles",
4+
"version": "1.0.0",
5+
"main": "src/app.js",
6+
"license": "MIT",
7+
"scripts": {
8+
"start": "node src/app.js"
9+
}
10+
}

0 commit comments

Comments
 (0)