UNPKG
brainrotsharp
Version:
latest (1.0.0)
1.0.0
Run .br (BrainRot#) scripts
brainrotsharp
/
package.json
14 lines
(13 loc)
•
303 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"brainrotsharp"
,
"version"
:
"1.0.0"
,
"description"
:
"Run .br (BrainRot#) scripts"
,
"bin"
: {
"rotmybrain"
:
"./bin/rotmybrain.js"
},
"type"
:
"module"
,
"keywords"
: [
"brainrot"
,
"br"
],
"author"
:
"Robbie Ma <zhengyuanma111
@gmail
.com>"
,
"license"
:
"MIT"
,
"dependencies"
: {} }