-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 789 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"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"
}
}