-
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) · 973 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 973 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": "functional-programming-workshop",
"version": "1.0.0",
"description": "> ✨ Bootstrapped with Create Snowpack App (CSA).",
"main": "snowpack.config.js",
"scripts": {
"dev": "snowpack dev",
"build": "snowpack build",
"test": "echo \"This template does not include a test runner by default.\" && exit 1",
"format": "prettier --write \"src/**/*.js\"",
"lint": "prettier --check \"src/**/*.js\""
},
"dependencies": {
"highlight.js": "^10.6.0",
"reveal.js": "^4.1.0"
},
"devDependencies": {
"prettier": "^2.0.5",
"snowpack": "^3.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoffeJeanCode/functional-programming-workshop.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CoffeJeanCode/functional-programming-workshop/issues"
},
"homepage": "https://github.com/CoffeJeanCode/functional-programming-workshop#readme"
}