mirror of
https://github.com/ericaxu/gemmy.git
synced 2026-07-22 07:30:31 +00:00
26 lines
782 B
JSON
26 lines
782 B
JSON
{
|
|
"name": "@obsidian-ttrpg-community/granite",
|
|
"version": "0.1.1",
|
|
"description": "A Goal Reinforcing And Note Improving Tiny Entity",
|
|
"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",
|
|
"format": "prettier --write ."
|
|
},
|
|
"keywords": [],
|
|
"author": "Obsidian, and the Obsidian TTRPG Community",
|
|
"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.17.3",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4",
|
|
"prettier": "3.0.1"
|
|
}
|
|
}
|