Last active
February 5, 2025 12:51
-
-
Save J1nH4ng/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 <[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