-
-
Notifications
You must be signed in to change notification settings - Fork 239
/
package.json
37 lines (37 loc) · 1.13 KB
/
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
{
"name": "@asyncapi/generator-hooks",
"version": "0.1.0",
"description": "Library with hooks function for templates using AsyncAPI Generator",
"main": "src/index.js",
"scripts": {
"test": "echo There are no tests yet",
"lint": "eslint --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore .",
"lint:fix": "eslint --fix --max-warnings 0 --config ../../.eslintrc --ignore-path ../../.eslintignore .",
"generate:assets": "echo 'No additional assets need to be generated at the moment'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asyncapi/generator-hooks.git"
},
"keywords": [
"asyncapi",
"generator"
],
"author": "Lukasz Gornicki <lpgornicki@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/asyncapi/generator-hooks/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/asyncapi/generator-hooks#readme",
"dependencies": {
"fs.extra": "^1.3.2"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-sonarjs": "^0.5.0",
"jsdoc-to-markdown": "^7.1.1"
}
}