Skip to content

Commit 28e8a8e

Browse files
committed
Updates to the package.json
1 parent 241c2bc commit 28e8a8e

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codedread/bitjs",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Binary Tools for JavaScript",
55
"homepage": "https://github.com/codedread/bitjs",
66
"author": "Jeff Schiller",
@@ -15,7 +15,12 @@
1515
"tar",
1616
"unzip",
1717
"unrar",
18-
"untar"
18+
"untar",
19+
"file",
20+
"codecs",
21+
"mp4",
22+
"avc",
23+
"webm"
1924
],
2025
"main": "./index.js",
2126
"type": "module",
@@ -32,10 +37,12 @@
3237
"test": "tests"
3338
},
3439
"scripts": {
40+
"build": "cd build; make",
3541
"test": "./node_modules/.bin/mocha tests/*.spec.js"
3642
},
3743
"devDependencies": {
3844
"chai": "^4.3.4",
3945
"mocha": "^8.4.0"
40-
}
46+
},
47+
"dependencies": {}
4148
}

0 commit comments

Comments
 (0)