UNPKG
create-tiny-sb
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
Bootstrap your osu storyboard with tiny-osbjs.
create-tiny-sb
/
templates
/
js
/
package.json
15 lines
(14 loc)
•
221 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"create-tiny-sb-js"
,
"private"
:
true
,
"version"
:
"1.0.0"
,
"scripts"
:
{
"start"
:
"tsx watch index.js"
}
,
"dependencies"
:
{
"@osbjs/tiny-osbjs"
:
"^3.1.3"
}
,
"devDependencies"
:
{
"tsx"
:
"^3.8.2"
}
}