-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 786 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "compact-encoding",
"version": "2.19.0",
"description": "A series of compact encoding schemes for building small and fast parsers and serializers",
"main": "index.js",
"dependencies": {
"b4a": "^1.3.0"
},
"devDependencies": {
"brittle": "^3.0.0",
"prettier": "^3.6.2",
"prettier-config-holepunch": "^1.0.0"
},
"scripts": {
"format": "prettier . --write",
"test": "prettier . --check && brittle test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/holepunchto/compact-encoding.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/compact-encoding/issues"
},
"homepage": "https://github.com/holepunchto/compact-encoding"
}