1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/packages/onenote-converter/package.json
2024-12-12 16:40:09 +01:00

21 lines
595 B
JSON

{
"name": "@joplin/onenote-converter",
"publishConfig": {
"access": "public"
},
"description": "Used to import a OneNote archive into Joplin",
"version": "3.2.4",
"license": "AGPL-3.0-or-later",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/onenote-converter",
"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"
},
"gitHead": "189ba7795a8af01a6ffd3607c92a271d69b68783"
}