-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 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
47
48
49
50
{
"scripts": {
"prepublishOnly": "npm run build",
"lint": "eslint .",
"build": "tsc",
"build:test": "webpack",
"test": "jest"
},
"private": true,
"name": "mock-deep",
"version": "1.0.0",
"homepage": "https://github.com/ChocolateLoverRaj/mock-deep#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ChocolateLoverRaj/mock-deep.git"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/jest": "^27.0.3",
"@types/jsonfile": "^6.1.0",
"@types/node": "^17.0.23",
"@types/prompt": "^1.1.2",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"eslint": "^7.12.1",
"eslint-config-standard-with-typescript": "21.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1 || ^5.0.0",
"jest": "^27.0.6",
"memfs": "^3.4.1",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"glob": "^7.2.0",
"jsonfile": "^6.1.0",
"never": "^1.1.0",
"prompt": "^1.2.2",
"tslib": "^2.3.1"
},
"author": {
"name": "Rajas Paranjpe",
"url": "https://github.com/ChocolateLoverRaj"
}
}