forked from DeNepo/asynchronous-programming
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 701 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 701 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
{
"name": "asynchronous-programming",
"version": "1.0.0",
"description": "the Async module for HYF Belgium",
"scripts": {
"test": "node --experimental-vm-modules node_modules/.bin/jest --silent "
},
"type": "module",
"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": {
"jest": "^27.0.4"
},
"jest": {
"verbose": true
}
}