-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 923 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
{
"name": "wallah-javascript",
"version": "1.0.0",
"description": "This repository has codes for studying Vue.js and Javascript etc. Some codes or most are not my code. The origins I referenced are below.",
"main": "index.js",
"scripts": {
"test": "jest --watch",
"test:pt": "jest --watch --testPathPattern=JavaScript/PatternAndTest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeeMoonki/WallahJavascript.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LeeMoonki/WallahJavascript/issues"
},
"homepage": "https://github.com/LeeMoonki/WallahJavascript#readme",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-modules": "^0.1.4",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"rollup": "^2.36.1"
}
}