Skip to content

Commit a8313c7

Browse files
committedMar 11, 2025·
chore: add some fields to package.json
1 parent 51436fb commit a8313c7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎package.json

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
"types": "./dist/cjs/index.d.ts",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
7+
"license": "MIT",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/web-infra-dev/nde/tree/main"
11+
},
12+
"keywords": [
13+
"deploy",
14+
"dependency",
15+
"build"
16+
],
717
"scripts": {
818
"prepare": "modern build && husky install",
919
"dev": "modern dev",

0 commit comments

Comments
 (0)
Please sign in to comment.