-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 1.66 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
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "legalworks",
"version": "1.0.2",
"description": "Générateur de mentions légales conforme GDPR. RGPD compliant legal notice generator | Node + Typescript",
"bin": {
"legalwork": "dist/bin.js"
},
"scripts": {
"test": "nyc mocha -r ts-node/register test/**.ts",
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/Leo-lios/legalwork.git"
},
"keywords": [
"cli",
"bluekeys",
"npm",
"legal",
"work",
"legal work",
"legalwork",
"rgpd",
"mention",
"CGU",
"CGV",
"GDPR",
"RGPD",
"mentions légales",
"mention légale",
"mention legale"
],
"author": "Léolios",
"license": "CC BY 4.0",
"bugs": {
"url": "https://github.com/Leo-lios/legalwork/issues"
},
"files": [
"bin/*",
"dist/**/*",
"_templates",
"bin"
],
"homepage": "https://docs.bluekeys.org",
"dependencies": {
"@types/js-yaml": "^3.12.2",
"@types/mocha": "^7.0.1",
"@types/chai": "^4.2.9",
"@types/expect": "^24.3.0",
"@types/node": "^13.7.0",
"execa": "^4.0.0",
"mocha": "^7.0.1",
"ts-mocha": "^6.0.0",
"ts-node": "^8.6.2",
"commander": "^4.1.1",
"file-system": "^2.2.2",
"hygen": "^5.0.3",
"js-yaml": "^3.13.1",
"nyc": "^15.0.0",
"tslib": "latest",
"enquirer": "latest",
"typescript": "^3.7.5",
"chai": "^4.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"typings": "^2.1.1"
}
}