buffer/package.json

24 lines
451 B
JSON
Raw Normal View History

2024-05-30 12:01:34 +08:00
{
"name": "@bytedo/buffer",
2024-05-30 12:51:59 +08:00
"version": "1.0.1",
2024-05-30 12:01:34 +08:00
"type": "module",
"main": "dist/index.js",
"files": [
"dist/*"
],
"description": "Buffer浏览器版本,提供常用的API封装",
"keywords": [
"Buffer",
"base64"
],
"author": "Yutent <yutent.io@gmail.com>",
"scripts": {
"start": "node ./build.js"
},
"repository": {
"type": "git",
"url": "https://git.wkit.fun/bytedo/buffer"
},
"license": "MIT"
}