tangled
alpha
login
or
join now
harperandrews.org
/
UnfoldedCircle-IR-Tools
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Add start script
harperandrews.org
4 months ago
35d74f20
f10e3b66
options
unified
split
Changed files
+2
-1
package.json
+2
-1
package.json
···
3
3
"packageManager": "yarn@4.9.4",
4
4
"type": "module",
5
5
"scripts": {
6
6
-
"build": "tsc"
6
6
+
"build": "tsc",
7
7
+
"start": "node src/main.ts"
7
8
},
8
9
"dependencies": {
9
10
"@topcli/prompts": "^2.4.1"