29 lines
645 B
JSON
29 lines
645 B
JSON
{
|
|
"logseq": {
|
|
"id": "logseq-probo-plugin",
|
|
"title": "logseq-probo-plugin",
|
|
"icon": "./icon.svg"
|
|
},
|
|
"name": "logseq-probo-plugin",
|
|
"version": "1.2.0",
|
|
"description": "",
|
|
"main": "dist/index.html",
|
|
"targets": {
|
|
"main": false
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "parcel build --no-source-maps src/index.html --public-url ./"
|
|
},
|
|
"keywords": [],
|
|
"author": "Andrea Fazzi",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@logseq/libs": "^0.0.1-alpha.35",
|
|
"js-base64": "^3.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"buffer": "^6.0.3",
|
|
"parcel": "^2.2.0"
|
|
}
|
|
}
|