{ "name": "@joplin/onenote-converter", "collaborators": [ "Pedro Luiz " ], "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" } }