MetingJS/package.json
2024-07-08 20:05:34 +08:00

43 lines
938 B
JSON

{
"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"
}
}