-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 816 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 816 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
{
"main": "lib/binding.js",
"scripts": {
"preinstall": "make includes",
"test": "node --napi-modules ./test/test_binding.js",
"generate-typings": "tsc --declaration --emitDeclarationOnly --allowJs lib/binding.js",
"lint": "npx -y standard .",
"lint:fix": "npx -y prettier --write . && npx -y standard --fix ."
},
"gypfile": true,
"name": "@node-napi/openh264",
"version": "0.1.0",
"description": "Node native bindings for OpenH264",
"repository": {
"type": "git",
"url": "git+https://github.com/node-napi/node-openh264.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-napi/node-openh264/issues"
},
"homepage": "https://github.com/node-napi/node-openh264#readme",
"devDependencies": {
"node-addon-api": "^8.1.0"
}
}