We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241c2bc commit 28e8a8eCopy full SHA for 28e8a8e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codedread/bitjs",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Binary Tools for JavaScript",
5
"homepage": "https://github.com/codedread/bitjs",
6
"author": "Jeff Schiller",
@@ -15,7 +15,12 @@
15
"tar",
16
"unzip",
17
"unrar",
18
- "untar"
+ "untar",
19
+ "file",
20
+ "codecs",
21
+ "mp4",
22
+ "avc",
23
+ "webm"
24
],
25
"main": "./index.js",
26
"type": "module",
@@ -32,10 +37,12 @@
32
37
"test": "tests"
33
38
},
34
39
"scripts": {
40
+ "build": "cd build; make",
35
41
"test": "./node_modules/.bin/mocha tests/*.spec.js"
36
42
43
"devDependencies": {
44
"chai": "^4.3.4",
45
"mocha": "^8.4.0"
- }
46
+ },
47
+ "dependencies": {}
48
}
0 commit comments