-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·32 lines (32 loc) · 956 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
{
"name": "js-20200928",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_ICU_DATA=node_modules/full-icu jest",
"test:specific": "cross-env NODE_ICU_DATA=node_modules/full-icu jest -t 'oop-basic-intro-to-dom/column-chart'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dosandk/js-20200821-3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dosandk/js-20200928/issues"
},
"homepage": "https://github.com/dosandk/js-20200928#readme",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@testing-library/jest-dom": "^5.7.0",
"babel-jest": "^26.0.1",
"cross-env": "^7.0.2",
"full-icu": "^1.3.1",
"jest": "^26.0.1",
"jest-fetch-mock": "^3.0.3"
}
}