1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-06 02:39:55 +02:00

Updates to the package.json

This commit is contained in:
Jeff Schiller 2022-10-30 14:33:39 -07:00
parent 241c2bc1be
commit 28e8a8e449

View file

@ -1,6 +1,6 @@
{
"name": "@codedread/bitjs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Binary Tools for JavaScript",
"homepage": "https://github.com/codedread/bitjs",
"author": "Jeff Schiller",
@ -15,7 +15,12 @@
"tar",
"unzip",
"unrar",
"untar"
"untar",
"file",
"codecs",
"mp4",
"avc",
"webm"
],
"main": "./index.js",
"type": "module",
@ -32,10 +37,12 @@
"test": "tests"
},
"scripts": {
"build": "cd build; make",
"test": "./node_modules/.bin/mocha tests/*.spec.js"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.4.0"
}
},
"dependencies": {}
}