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

Commit 188593a

Browse files
committed
add base scripts
1 parent 073de67 commit 188593a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"description": "just a playground",
44
"license": "MIT",
55
"scripts": {
6-
"start": "node dist/app.js",
7-
"dev": "nodemon src/app.js",
8-
"build": "sucrase ./src -d ./dist --transforms imports"
6+
"most-frequent-words": "nodemon most-frequent-words/src/app.js",
7+
"composition": "nodemon composition",
8+
"functor": "nodemon functor",
9+
"lazy": "nodemon lazy-evaluation"
910
},
1011
"devDependencies": {
1112
"eslint": "^7.5.0",

0 commit comments

Comments
 (0)