Sign in
chromium
/
devtools
/
devtools-frontend
/
1bb459d38bfd06f37f6bd083b60f0120b8e8a14a
/
.
/
scripts
/
javascript_natives
/
package.json
blob: 16b9a6ea911b1007bcfe5a191e8325d4944422ef [
file
]
{
"private"
:
true
,
"main"
:
"index.js"
,
"scripts"
:
{
"start"
:
"node index.js"
,
"test"
:
"mocha tests.js"
},
"type"
:
"module"
}