-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 831 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 831 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
{
"name": "asynchronous-programming",
"version": "1.0.0",
"description": "the Async module for HYF Belgium",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/.bin/jest --silent ",
"format": "prettier --write ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackYourFutureBelgium/asynchronous-programming.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/HackYourFutureBelgium/asynchronous-programming/issues"
},
"homepage": "https://github.com/HackYourFutureBelgium/asynchronous-programming#readme",
"devDependencies": {
"dependency-cruiser": "^10.0.6",
"graphviz-cli": "^1.0.0",
"jest": "^27.0.4",
"prettier": "^2.3.2"
},
"jest": {
"verbose": true
}
}