|
1 | 1 | { |
2 | 2 | "name": "uscript-plus-firefox", |
3 | | - "productName": "Magic Userscript+ : Show Site All UserJS", |
4 | | - "version": "2.4.14", |
5 | 3 | "description": "Show current site all UserJS, the easier way to install UserJs for Tampermonkey.", |
| 4 | + "author": "Magic <magicoflolis@tuta.io>", |
| 5 | + "version": "3.4.13", |
| 6 | + "license": "MIT", |
| 7 | + "userJS": { |
| 8 | + "name": "Magic Userscript+ : Show Site All UserJS", |
| 9 | + "bugs": "https://github.com/magicoflolis/Userscript-Plus/issues/new", |
| 10 | + "homepage": "https://github.com/magicoflolis/Userscript-Plus", |
| 11 | + "icon": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3ggEBCQHM3fXsAAAAVdJREFUOMudkz2qwkAUhc/goBaGJBgUtBCZyj0ILkpwAW7Bws4yO3AHLiCtEFD8KVREkoiFxZzX5A2KGfN4F04zMN+ce+5c4LMUgDmANYBnrnV+plBSi+FwyHq9TgA2LQpvCiEiABwMBtzv95RSfoNEHy8DYBzHrNVqVEr9BWKcqNFoxF6vx3a7zc1mYyC73a4MogBg7vs+z+czO50OW60Wt9stK5UKp9Mpj8cjq9WqDTBHnjAdxzGQZrPJw+HA31oulzbAWgLoA0CWZVBKIY5jzGYzdLtdE9DlcrFNrY98zobqOA6TJKHW2jg4nU5sNBpFDp6mhVe5rsvVasUwDHm9Xqm15u12o+/7Hy0gD8KatOd5vN/v1FozTVN6nkchxFuI6hsAAIMg4OPxMJCXdtTbR7JJCMEgCJhlGUlyPB4XfumozInrupxMJpRSRtZlKoNYl+m/6/wDuWAjtPfsQuwAAAAASUVORK5CYII=", |
| 12 | + "url": "https://cdn.jsdelivr.net/gh/magicoflolis/Userscript-Plus@master/userscript/dist/magic-userjs.dev.user.js" |
| 13 | + }, |
| 14 | + "type": "module", |
6 | 15 | "scripts": { |
7 | 16 | "dev:Start": "concurrently \"npm run dev:Userscript\" \"npm run dev:Server\"", |
8 | | - "pub:Userscript": "node -r dotenv/config ./tools/userscript.js dotenv_config_path=./dist/.env", |
| 17 | + "pub:Userscript": "node -r dotenv/config ./tools/userscript.js dotenv_config_path=./dist/.env", |
9 | 18 | "dev:Userscript": "node -r dotenv/config ./tools/userscript.js dotenv_config_path=./src/.env", |
10 | 19 | "dev:Server": "http-server ./dist -s --no-dotfiles -c-1" |
11 | 20 | }, |
12 | | - "type": "module", |
13 | 21 | "devDependencies": { |
| 22 | + "@swc/cli": "^0.1.57", |
| 23 | + "@swc/core": "^1.3.3", |
14 | 24 | "@types/sass": "^1.43.1", |
15 | | - "dotenv": "^16.0.1", |
16 | | - "eslint": "^8.16.0", |
| 25 | + "concurrently": "^7.4.0", |
| 26 | + "dotenv": "^16.0.2", |
| 27 | + "eslint": "^8.23.0", |
17 | 28 | "eslint-config-prettier": "^8.5.0", |
18 | | - "http-server": "^14.1.0", |
19 | | - "concurrently": "^7.2.1", |
| 29 | + "http-server": "^14.1.1", |
20 | 30 | "node-watch": "^0.7.3" |
21 | 31 | }, |
22 | | - "author": "Magic <magicoflolis@tuta.io>", |
23 | | - "license": "MIT", |
24 | | - "bugs": { |
25 | | - "url": "https://github.com/magicoflolis/Userscript-Plus/issues/new" |
| 32 | + "repository": { |
| 33 | + "type": "git", |
| 34 | + "url": "git+https://github.com/magicoflolis/Userscript-Plus.git" |
26 | 35 | }, |
27 | | - "homepage": "https://github.com/magicoflolis/Userscript-Plus", |
28 | | - "repository": "git+https://github.com/magicoflolis/Userscript-Plus.git", |
29 | 36 | "keywords": [ |
30 | 37 | "userscript", |
31 | 38 | "userjs", |
|
0 commit comments