-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 929 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "ps-store-edition-link",
"version": "1.1.0",
"description": "Add hyperlink to the other editions in playstation store",
"keywords": [
"userscript"
],
"homepage": "https://github.com/rod24574575/PsStoreEditionLink",
"bugs": "https://github.com/rod24574575/PsStoreEditionLink/issues",
"license": "MIT",
"author": "rod24574575 <rod24574575@hotmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/rod24574575/PsStoreEditionLink.git"
},
"scripts": {
"bump": "bump package.json PsStoreEditionLink.user.js -c -a -t",
"lint": "eslint . && tsc",
"preversion": "pnpm run lint",
"version": "pnpm install"
},
"packageManager": "pnpm@8.8.0",
"devDependencies": {
"@types/tampermonkey": "^5.0.2",
"eslint": "^8.55.0",
"eslint-plugin-userscripts": "^0.4.0",
"typescript": "^5.3.3",
"version-bump-prompt": "^6.1.0"
},
"private": true
}