forked from DeNepo/solution-write-ups
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 700 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "solution-write-ups",
"version": "1.0.0",
"description": "when you learn how to understand other people's (maybe) clever code",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/HackYourFutureBelgium/solution-write-ups.git"
},
"scripts": {
"test": "node --experimental-vm-modules node_modules/.bin/jest --silent "
},
"author": "HackYourFutureBelgium",
"license": "MIT",
"bugs": {
"url": "https://github.com/HackYourFutureBelgium/solution-write-ups/issues"
},
"homepage": "https://github.com/HackYourFutureBelgium/solution-write-ups#readme",
"devDependencies": {},
"dependencies": {
"jest-cli": "^26.6.3"
}
}