-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.89 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "dockercomposator-plugin",
"version": "0.1.0",
"description": "DockerCompose plugin for Leto-Modelizer.",
"main": "dist/dockercomposator-plugin.js",
"exports": "./dist/dockercomposator-plugin.js",
"scripts": {
"build": "webpack",
"build:docs": "jsdoc --readme README.md --package package.json -r ./src/ -c jsdoc.config.json -d docs",
"lint": "eslint --max-warnings=0 --ext .js src",
"lint:fix": "eslint --max-warnings=0 --fix --ext .js src",
"lint:report": "eslint --max-warnings=0 --ext .js src -f json-relative > eslint.json",
"prepare:docs": "sed -i 's#taffydb#@jsdoc/salty#g' node_modules/better-docs/publish.js",
"test": "jest",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ditrit/dockercomposator-plugin.git"
},
"keywords": [
"Leto-modelizer",
"dockercomposator-plugin",
"docker-compose"
],
"author": "Vincent Moittie <[email protected]>",
"license": "Mozilla Public License 2.0",
"bugs": {
"url": "https://github.com/ditrit/dockercomposator-plugin/issues"
},
"homepage": "https://github.com/ditrit/dockercomposator-plugin#readme",
"dependencies": {
"leto-modelizer-plugin-core": "github:ditrit/leto-modelizer-plugin-core#0.17.0"
},
"devDependencies": {
"@babel/core": "=7.22.9",
"@babel/preset-env": "=7.22.9",
"babel-jest": "=29.6.1",
"babel-loader": "=9.1.3",
"better-docs": "=2.7.2",
"eslint": "=8.45.0",
"eslint-config-airbnb-base": "=15.0.0",
"eslint-formatter-json-relative": "=0.1.0",
"eslint-plugin-import": "=2.27.5",
"eslint-plugin-jest": "=27.2.3",
"eslint-plugin-jsdoc": "=46.4.4",
"eslint-webpack-plugin": "=4.0.1",
"jest": "=29.6.1",
"jest-environment-jsdom": "=29.6.1",
"jest-sonar-reporter": "=2.0.0",
"jsdoc": "=4.0.2",
"webpack": "=5.88.2",
"webpack-cli": "=5.1.4"
}
}