Skip to content

Instantly share code, notes, and snippets.

@JiNH4NG
Last active February 5, 2025 12:51
Show Gist options
  • Select an option

  • Save JiNH4NG/4f225da2d5d903fb14890ee81bedbfc7 to your computer and use it in GitHub Desktop.

Select an option

Save JiNH4NG/4f225da2d5d903fb14890ee81bedbfc7 to your computer and use it in GitHub Desktop.
{
"name": "example-module",
"author": "example <example@example.com>",
"contributors": [
"example1 <example1@example.com> (https://www.example1.com)",
"example2 <example2@example.com> (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": "bug-report@example.com"
],
"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