forked from asyncapi/generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 747 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
{
"name": "@asyncapi/generator-helpers",
"version": "1.1.0",
"description": "Package with reusable helpers that make it easier to work with AsyncAPI structures.",
"scripts": {
"test": "jest --coverage",
"lint": "eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore .",
"lint:fix": "eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore . --fix"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/asyncapi/generator.git",
"directory": "packages/helpers"
},
"author": "Lukasz Gornicki",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"jest": "^27.3.1"
}
}