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

21 lines
595 B
JSON
Raw Normal View History

2024-11-17 18:21:08 +02:00
{
"name": "@joplin/onenote-converter",
"publishConfig": {
"access": "public"
2024-11-17 18:21:08 +02:00
},
"description": "Used to import a OneNote archive into Joplin",
2024-12-12 17:40:09 +02:00
"version": "3.2.4",
"license": "AGPL-3.0-or-later",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/onenote-converter",
2024-11-17 18:21:08 +02:00
"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"
2024-11-17 18:21:08 +02:00
}