|
8 | 8 | "contributors": [
|
9 | 9 | {
|
10 | 10 | "name": "Aetherinox",
|
11 |
| - "email": "adminservx@proton.me", |
| 11 | + "email": "118329232+Aetherinox@users.noreply.github.com", |
12 | 12 | "url": "https://github.com/Aetherinox"
|
13 | 13 | },
|
14 | 14 | {
|
15 |
| - "name": "AdminServ", |
16 |
| - "email": "adminservx@proton.me", |
17 |
| - "url": "https://github.com/AdminServ" |
| 15 | + "name": "EuropaServ", |
| 16 | + "email": "161414668+EuropaServ@users.noreply.github.com", |
| 17 | + "url": "https://github.com/EuropaServ" |
18 | 18 | }
|
19 | 19 | ],
|
20 | 20 | "repository": {
|
|
24 | 24 | "bugs": {
|
25 | 25 | "url": "https://github.com/Aetherinox/obsidian-dataview-snippets/issues"
|
26 | 26 | },
|
| 27 | + "build": { |
| 28 | + "appId": "com.obsidian.dataview.snippets.id" |
| 29 | + }, |
| 30 | + "funding": [ |
| 31 | + { |
| 32 | + "type": "individual", |
| 33 | + "url": "https://buymeacoffee.com/aetherinox" |
| 34 | + } |
| 35 | + ], |
27 | 36 | "keywords": [
|
28 | 37 | "obsidian",
|
29 | 38 | "dataview",
|
|
33 | 42 | "notes"
|
34 | 43 | ],
|
35 | 44 | "scripts": {
|
36 |
| - "obs": "node obs.js", |
37 |
| - "obs:generate": "node obs.js generate", |
38 |
| - "env-obs": "npx --quiet env-cmd --no-override node obs.js", |
39 |
| - "env-uuid": "npx --quiet env-cmd --no-override node obs.js uuid", |
40 |
| - "env-guid": "npx --quiet env-cmd --no-override node obs.js guid", |
41 |
| - "env-version": "node -p require('./package.json').version;" |
| 45 | + "pretest": "npm run lint", |
| 46 | + "lint": "eslint src/**/*.ts", |
| 47 | + "lint:fix": "eslint --fix src/**/*.ts", |
| 48 | + "pretty": "prettier . --check", |
| 49 | + "pretty:fix": "prettier . --write", |
| 50 | + "pretty:ignore": "prettier . --write --ignore-unknown", |
| 51 | + "obs": "node obs.js", |
| 52 | + "contrib:add": "all-contributors add", |
| 53 | + "contrib:generate": "all-contributors generate", |
| 54 | + "root": "node obs.js", |
| 55 | + "root:generate": "node obs.js generate", |
| 56 | + "env:obs": "npx --quiet env-cmd --no-override node obs.js", |
| 57 | + "env:uuid": "npx --quiet env-cmd --no-override node obs.js uuid", |
| 58 | + "env:guid": "npx --quiet env-cmd --no-override node obs.js guid", |
| 59 | + "env:version": "node -p require('./package.json').version;" |
42 | 60 | },
|
43 | 61 | "devDependencies": {
|
| 62 | + "eslint-plugin-prettier": "^5.1.3", |
| 63 | + "typescript-eslint": "^7.14.0", |
| 64 | + "@typescript-eslint/parser": "^7.16.0", |
| 65 | + "@typescript-eslint/eslint-plugin": "^7.16.0", |
| 66 | + "@stylistic/eslint-plugin-js": "^2.3.0", |
| 67 | + "@stylistic/eslint-plugin-ts": "^2.3.0", |
| 68 | + "@stylistic/eslint-plugin-plus": "^2.3.0", |
| 69 | + "prettier": "^3.2.5", |
44 | 70 | "@rollup/plugin-commonjs": "^26.0.1",
|
45 | 71 | "@rollup/plugin-image": "^3.0.3",
|
46 | 72 | "@rollup/plugin-node-resolve": "^15.2.3",
|
47 | 73 | "@rollup/plugin-replace": "^5.0.7",
|
48 | 74 | "@rollup/plugin-terser": "^0.4.4",
|
49 | 75 | "@rollup/plugin-typescript": "^11.1.6",
|
50 | 76 | "rollup-plugin-license": "^3.5.2",
|
51 |
| - "@types/semver": "^7.5.8", |
| 77 | + "@types/semver": "^7.6.3", |
52 | 78 | "@types/uuid": "^9.0.8",
|
53 |
| - "obsidian": "^1.0.0", |
| 79 | + "obsidian": "^1.6.6", |
54 | 80 | "rollup": "^4.18.1",
|
55 | 81 | "semver": "^7.6.2",
|
56 | 82 | "uuid": "^9.0.1",
|
|
0 commit comments