-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 995 Bytes
/
package.json
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
{
"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": {
"build": "cd bindings/node && napi build --platform --release",
"build:debug": "cd bindings/node && napi build --platform",
"test": "cd bindings/node && ava",
"lint": "cd bindings/node && yarn run eslint"
},
"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": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}