Last active
February 5, 2025 12:51
-
-
Save JiNH4NG/4f225da2d5d903fb14890ee81bedbfc7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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