Sign in
cobalt
/
cobalt
/
56d7c4e1a836a7ef6e2823bffb8d1567758b82eb
/
.
/
third_party
/
devtools
/
scripts
/
migration
/
package.json
blob: 05cfc42aebed9645f7ab00d00e1f97336e12a9ba [
file
] [
log
] [
blame
]
{
"devDependencies"
:
{
"@types/node"
:
"^12.7.1"
,
"recast"
:
"^0.18.2"
,
"typescript"
:
"^3.6.3"
},
"scripts"
:
{
"build"
:
"tsc"
,
"migrate"
:
"node refactor-to-es-module.js"
,
"remove-unused"
:
"npm run build && node remove-unused-global-exports.js"
}
}