1
0
Files
sashinexists/node_modules/node-buffer-encoding/package.json
2024-12-07 13:18:31 +11:00

30 lines
767 B
JSON
Executable File

{
"name": "node-buffer-encoding",
"repository": "github:fabiospampinato/node-buffer-encoding",
"description": "A little wrapper around Node's Buffer that provides encoding/decoding for all supported encodings.",
"version": "1.0.2",
"type": "module",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "tsex clean",
"compile": "tsex compile",
"compile:watch": "tsex compile --watch",
"test": "tsex test",
"test:watch": "tsex test --watch",
"prepublishOnly": "tsex prepare"
},
"keywords": [
"node",
"buffer",
"encoding"
],
"devDependencies": {
"@types/node": "^20.4.7",
"fava": "^0.2.1",
"tsex": "^3.0.1",
"typescript": "^5.1.6"
}
}