-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 945 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 945 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
25
26
27
28
29
30
31
32
{
"name": "abizitatesammler-codegen",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"all": "node src/all.js",
"all-no-sandbox": "node src/all.js --no-sandbox",
"fixmissing": "node src/fixmissing.js",
"fixmissing-no-sandbox": "node src/fixmissing.js --no-sandbox"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ferb300/abizitatesammler-codegen.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ferb300/abizitatesammler-codegen/issues"
},
"homepage": "https://github.com/ferb300/abizitatesammler-codegen#readme",
"dependencies": {
"@vonage/server-sdk": "^2.10.10",
"bad-words": "^3.0.4",
"csv": "^6.0.5",
"dotenv": "^16.0.0",
"naughty-words": "^1.2.0",
"random-noun-generator-german": "^0.1.3"
}
}