mirror of
https://github.com/forketyfork/obsidian-youtrack-fetcher.git
synced 2026-07-22 12:30:26 +00:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"name": "obsidian-youtrack-fetcher",
|
|
"version": "0.4.0",
|
|
"description": "Obsidian plugin to fetch YouTrack issues into notes.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"dev:watch": "node esbuild.config.mjs --watch",
|
|
"prod": "node esbuild.config.mjs --production",
|
|
"typecheck": "tsc -noEmit -skipLibCheck",
|
|
"format": "prettier --write .",
|
|
"test": "jest",
|
|
"test:dev": "yarn dev && jest",
|
|
"test:watch": "yarn dev && jest --watch",
|
|
"build": "yarn typecheck && yarn format && yarn prod && yarn test",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"build:css": "csso styles.src.css --output styles.css"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"plugin",
|
|
"youtrack"
|
|
],
|
|
"author": "Forketyfork",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"csso-cli": "^4.0.2",
|
|
"esbuild": "0.17.3",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"obsidian": "latest",
|
|
"prettier": "^3.5.3",
|
|
"ts-jest": "^29.3.4",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|