chore: add readme.
This commit is contained in:
parent
d68b066919
commit
406b89ab08
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"metingjs",
|
||||
"netease"
|
||||
]
|
||||
}
|
@ -1,2 +1,5 @@
|
||||
![Meting](https://user-images.githubusercontent.com/2666735/30651452-58ae6c88-9deb-11e7-9e13-6beae3f6c54c.png)
|
||||
|
||||
# MetingJS
|
||||
|
||||
🍰 Wow, such a powerful music API framework in node.js
|
||||
|
3777
package-lock.json
generated
Normal file
3777
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
42
package.json
Normal file
42
package.json
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "metingjs",
|
||||
"version": "1.0.0",
|
||||
"description": "Wow, such a powerful music API framework in node.js",
|
||||
"keywords": [
|
||||
"meting",
|
||||
"netease"
|
||||
],
|
||||
"homepage": "https://github.com/syhily/MetingJS#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/syhily/MetingJS/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/syhily/MetingJS.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Yufan Sheng <syhily@gmail.com>",
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.mts",
|
||||
"default": "./dist/index.mjs"
|
||||
}
|
||||
},
|
||||
"main": "./dist/index.mjs",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
"format": "npx biome format --write",
|
||||
"stub": "unbuild --stub"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.14.9",
|
||||
"unbuild": "^2.0.0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user