-
-
Notifications
You must be signed in to change notification settings - Fork 1k
/
package.json
35 lines (35 loc) · 971 Bytes
/
package.json
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
33
34
35
{
"name": "functional-programming-jargons",
"version": "1.0.0",
"description": "Jargon from the functional programming world in simple terms!",
"main": "index.js",
"scripts": {
"test": "eslint readme.md",
"toc": "roadmarks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hemanth/functional-programming-jargon.git"
},
"author": "hemanth",
"license": "MIT",
"bugs": {
"url": "https://github.com/hemanth/functional-programming-jargon/issues"
},
"homepage": "https://github.com/hemanth/functional-programming-jargon#readme",
"devDependencies": {
"eslint": "^8.20.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"pre-commit": "^1.2.2",
"roadmarks": "^1.6.3"
},
"pre-commit": [
"test",
"toc"
]
}