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