mirror of
https://github.com/alexkurowski/solo-toolkit.git
synced 2026-07-22 10:10:32 +00:00
31 lines
1 KiB
JSON
31 lines
1 KiB
JSON
{
|
|
"name": "alexkurowski/solo-toolkit",
|
|
"version": "0.1.2",
|
|
"description": "Solo RPG toolkit for Obsidian (https://obsidian.md)",
|
|
"main": "./dist/api.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs watch",
|
|
"build": "tsc --noEmit -skipLibCheck && node esbuild.config.mjs",
|
|
"deploy": "rm -rf ./dist && mkdir -p dist/solo-rpg-toolkit && cp main.js dist/solo-rpg-toolkit && cp styles.css dist/solo-rpg-toolkit && cp manifest.json dist/solo-rpg-toolkit",
|
|
"lint": "tsc --noEmit && eslint ./src"
|
|
},
|
|
"keywords": [],
|
|
"author": "Alex Kurowski",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.2.0",
|
|
"@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",
|
|
"esbuild-sass-plugin": "2.2.6",
|
|
"eslint": "^8.57.0",
|
|
"globals": "^15.1.0",
|
|
"obsidian": "latest",
|
|
"sass": "^1.76.0",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4",
|
|
"typescript-eslint": "^7.8.0"
|
|
}
|
|
}
|