@trim21/gm-fetch
Version:
fetch for UserScript
74 lines (73 loc) • 1.76 kB
JSON
{
"name": "@trim21/gm-fetch",
"version": "0.3.0",
"description": "fetch for UserScript",
"keywords": [
"userscript",
"typescript"
],
"prettier": {
"printWidth": 120,
"trailingComma": "all"
},
"type": "module",
"packageManager": "yarn@4.6.0",
"sideEffects": false,
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"browser": "./dist/gm_fetch.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
"files": [
"package.json",
"README.md",
"LICENSE",
"./src/",
"./dist/"
],
"scripts": {
"format": "prettier --list-different -w ./",
"version": "npm run build",
"dev": "rollup --watch -c dev/rollup.config.cjs",
"build": "rollup -c",
"test": "tsc --noEmit && jest"
},
"lint-staged": {
"*.{js,jsx,cjs,mjs,ts,tsx,json,yml,yaml}": [
"prettier --ignore-path ./.prettierignore --write "
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/trim21/gm-fetch.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Trim21/gm-fetch/issues"
},
"homepage": "https://github.com/Trim21/gm-fetch",
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/greasemonkey": "^4.0.7",
"@types/jest": "^29.5.14",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^15.4.3",
"prettier": "^3.5.2",
"rollup": "^4.34.9",
"rollup-plugin-banner2": "^1.3.1",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.2.6",
"typescript": "^5.8.2",
"userscript-metadata-generator": "^0.2.4"
},
"publishConfig": {
"access": "public"
}
}