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