mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
23 lines
565 B
JSON
23 lines
565 B
JSON
|
{
|
||
|
"name": "@joplin/onenote-converter",
|
||
|
"collaborators": [
|
||
|
"Pedro Luiz <pedrlz.frn@gmail.com>"
|
||
|
],
|
||
|
"description": "This package file only exists to build the @joplin/onenote-converter",
|
||
|
"version": "0.0.1",
|
||
|
"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"
|
||
|
}
|
||
|
}
|