-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 887 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 887 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
29
30
31
{
"name": "@cpp-linter/cpp-linter-rs",
"version": "0.0.0",
"description": "Node.js bindings for the cpp-linter rust source.",
"main": "bindings/node/index.node",
"directories": {
"doc": "docs"
},
"scripts": {
"artifacts": "cd bindings/node && yarn artifacts",
"build": "cd bindings/node && yarn build",
"build:debug": "cd bindings/node && yarn build:debug",
"test": "cd bindings/node && yarn test",
"lint": "cd bindings/node && yarn lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cpp-linter/cpp-linter-rs.git"
},
"author": "Brendan Doherty",
"license": "MIT",
"bugs": {
"url": "https://github.com/cpp-linter/cpp-linter-rs/issues"
},
"homepage": "https://github.com/cpp-linter/cpp-linter-rs#readme",
"private": true,
"workspaces": [
"bindings/node"
],
"packageManager": "yarn@4.12.0"
}