You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
886 B
27 lines
886 B
{ |
|
"name": "obsidian-sample-plugin", |
|
"version": "2.3.2", |
|
"description": "Hide secrets in your vault", |
|
"main": "main.js", |
|
"scripts": { |
|
"dev": "node esbuild.config.mjs", |
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", |
|
"version": "node version-bump.mjs && git add manifest.json versions.json", |
|
"dev-tool-decrypt": "tsc -noEmit -skipLibCheck && node esbuild-tool-decrypt.config.mjs", |
|
"build-tool-decrypt": "tsc -noEmit -skipLibCheck && node esbuild-tool-decrypt.config.mjs production" |
|
}, |
|
"keywords": [], |
|
"author": "", |
|
"license": "MIT", |
|
"devDependencies": { |
|
"@types/node": "^16.11.6", |
|
"@typescript-eslint/eslint-plugin": "5.29.0", |
|
"@typescript-eslint/parser": "5.29.0", |
|
"builtin-modules": "3.3.0", |
|
"esbuild": "0.14.47", |
|
"esbuild-copy-static-files": "^0.1.0", |
|
"obsidian": "latest", |
|
"tslib": "2.4.0", |
|
"typescript": "4.7.4" |
|
} |
|
}
|
|
|