mirror of
https://github.com/laurent22/joplin.git
synced 2026-03-13 08:09:59 +08:00
22 lines
655 B
JSON
22 lines
655 B
JSON
{
|
|
"name": "@joplin/onenote-converter",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Used to import a OneNote archive into Joplin",
|
|
"version": "3.6.0",
|
|
"license": "MPL-2.0-no-copyleft-exception",
|
|
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/onenote-converter",
|
|
"main": "./renderer/pkg/renderer.js",
|
|
"scripts": {
|
|
"build": "node ./tools/build.js --profile=release",
|
|
"buildDev": "node ./tools/build.js --profile=dev",
|
|
"test": "node ./tools/test.js"
|
|
},
|
|
"devDependencies": {
|
|
"wasm-pack": "0.13.1",
|
|
"yargs": "17.7.2"
|
|
},
|
|
"gitHead": "189ba7795a8af01a6ffd3607c92a271d69b68783"
|
|
}
|