Skip to content

Instantly share code, notes, and snippets.

@J1nH4ng
Last active February 5, 2025 12:51
Show Gist options
  • Save J1nH4ng/4f225da2d5d903fb14890ee81bedbfc7 to your computer and use it in GitHub Desktop.
Save J1nH4ng/4f225da2d5d903fb14890ee81bedbfc7 to your computer and use it in GitHub Desktop.
{
"name": "example-module",
"author": "example <[email protected]>",
"contributors": [
"example1 <[email protected]> (https://www.example1.com)",
"example2 <[email protected]> (https://www.example2.com)"
],
"homepage": "https://works.example.com",
"description": "package.json 示范文件",
"keywords": [
"node.js",
"example files"
],
"repository": "https://github.com/example/example",
"bugs": [
"url": "https://github.com/example/example/isseus",
"email": "[email protected]"
],
"funding": [
"type": "patreon",
"url": "https://www.patreon.com/example-module"
],
"dependencies": {}
"devDependencies": {}
"peerDependencies": {
"react": ">17.0.1"
},
"peerDependenciesMeta": {
"react": {
"optional": true
}
},
"engines": {
"node": "=18.20.6",
"pnpm": ">=8.0.0"
},
"config": {
"baseUrl": "https://example.com"
},
"scripts": {
"dev": "node index.ts"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment