2024-11-17 18:21:08 +02:00
|
|
|
{
|
|
|
|
"name": "@joplin/onenote-converter",
|
|
|
|
"collaborators": [
|
|
|
|
"Pedro Luiz <pedrlz.frn@gmail.com>"
|
|
|
|
],
|
|
|
|
"description": "This package file only exists to build the @joplin/onenote-converter",
|
2024-12-12 14:54:19 +02:00
|
|
|
"version": "0.0.2",
|
2024-11-17 18:21:08 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/laurent22/joplin"
|
|
|
|
},
|
|
|
|
"main": "./pkg/onenote_converter.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "node ./build.js --profile=release",
|
|
|
|
"buildDev": "node ./build.js --profile=dev"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"wasm-pack": "0.13.0",
|
|
|
|
"yargs": "17.7.2"
|
|
|
|
}
|
|
|
|
}
|