-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.09 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@elfsquad/configurator",
"version": "2.0.9",
"description": "",
"scripts": {
"test": "jest",
"coverage": "jest --collectCoverage",
"build": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elfsquad/configurator.git"
},
"author": "Elfsquad",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/Elfsquad/configurator/issues"
},
"homepage": "https://github.com/Elfsquad/configurator#readme",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"dependencies": {
"@elfsquad/authentication": "^2.0.10"
},
"devDependencies": {
"@types/node-fetch": "^2.6.1",
"@types/jest": "27.4.1",
"jest-fetch-mock": "3.0.3",
"jest": "^27.1.4",
"node-fetch": "^2.6.1",
"nyc": "^15.1.0",
"ts-jest": "27.1.4",
"ts-loader": "^9.2.5",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0"
}
}