-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
33 lines (33 loc) · 942 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
{
"name": "functional-programming",
"version": "1.0.0",
"description": "함수형 프로그래밍 스터디",
"main": "jest.config.js",
"type": "commonjs",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FECrash/FunctionalProgramming.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FECrash/FunctionalProgramming/issues"
},
"homepage": "https://github.com/FECrash/FunctionalProgramming#readme",
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/eslint-parser": "^7.19.1",
"babel-jest": "^29.3.1",
"jest": "^29.3.1",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.0"
}
}