mirror of
https://github.com/jemstelos/obsidian-ayanite.git
synced 2026-07-22 05:11:49 +00:00
16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"name": "obsidian-ayanite",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"builtin-modules": "3.3.0"
|
|
}
|
|
}
|