17 lines
287 B
JSON
Vendored
17 lines
287 B
JSON
Vendored
{
|
|
"name": "oxfmt",
|
|
"version": "0.55.0-sdk",
|
|
"main": "dist/index.js",
|
|
"type": "commonjs",
|
|
"bin": {
|
|
"oxfmt": "bin/oxfmt"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
}
|
|
}
|