forked from inikulin/bin-v8-flags-filter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 942 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
31
32
33
34
35
36
37
38
39
{
"name": "@devexpress/bin-v8-flags-filter",
"version": "1.3.0",
"description": "Filters out v8 flags for your Node.js CLIs.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "eslint index.js test/test.js && mocha test/test.js",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inikulin/bin-v8-flags-filter.git"
},
"keywords": [
"v8",
"flags",
"bin",
"filter",
"remove",
"v8flags",
"v8-flags",
"cli"
],
"author": "Ivan Nikulin ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/inikulin/bin-v8-flags-filter/issues"
},
"homepage": "https://github.com/inikulin/bin-v8-flags-filter#readme",
"devDependencies": {
"@testcafe/publish-please": "^5.6.0",
"eslint": "^2.9.0",
"mocha": "^10.0.0"
}
}