mirror of
https://github.com/lanice/obsidian-rant.git
synced 2026-07-22 06:10:26 +00:00
28 lines
789 B
JSON
28 lines
789 B
JSON
{
|
|
"name": "obsidian-rant",
|
|
"version": "0.5.9",
|
|
"description": "Thin wrapper around the Rant language Rust crate",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"compile": "wasm-pack build --target web && tsc && rollup --config rollup.config.js",
|
|
"build": "tsc && rollup --config rollup.config.js",
|
|
"watch": "rollup --watch --config rollup.config.js"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"rant"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@open-wc/building-rollup": "^2.0.1",
|
|
"@rollup/plugin-commonjs": "^15.1.0",
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
"obsidian": "^0.12.17",
|
|
"rollup": "^2.32.1",
|
|
"rollup-plugin-base64": "^1.0.1",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|