generated from ditrit/leto-modelizer-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.85 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
56
57
58
59
60
61
62
63
{
"name": "@ditrit/githubator-plugin",
"version": "0.5.2",
"description": "Github action plugin for Leto modelizer.",
"main": "dist/githubator-plugin.js",
"exports": {
".": {
"development": "./src",
"default": "./dist/githubator-plugin.js"
}
},
"scripts": {
"build": "webpack",
"generate:parser": "node scripts/generate_parser.js",
"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",
"test": "jest",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ditrit/githubator-plugin.git"
},
"keywords": [
"Leto-modelizer",
"githubator-plugin",
"github-action"
],
"author": "Vincent Moittie <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/ditrit/githubator-plugin/issues"
},
"homepage": "https://github.com/ditrit/githubator-plugin#readme",
"dependencies": {
"lidy-js": "github:ditrit/lidy-js#1.0.1",
"nunjucks": "=3.2.4"
},
"devDependencies": {
"@babel/core": "=7.25.2",
"@babel/preset-env": "=7.25.3",
"babel-jest": "=29.7.0",
"babel-loader": "=9.1.3",
"esdoc": "=1.1.0",
"esdoc-standard-plugin": "=1.0.0",
"eslint": "=8.56.0",
"eslint-config-airbnb-base": "=15.0.0",
"eslint-formatter-json-relative": "=0.1.0",
"eslint-plugin-import": "=2.29.1",
"eslint-plugin-jest": "=28.8.0",
"eslint-plugin-jsdoc": "=50.2.2",
"eslint-webpack-plugin": "=4.2.0",
"jest": "=29.7.0",
"jest-environment-jsdom": "=29.7.0",
"jest-sonar-reporter": "=2.0.0",
"webpack": "=5.93.0",
"webpack-cli": "=5.1.4"
},
"peerDependencies": {
"@ditrit/leto-modelizer-plugin-core": "=0.28.0"
}
}