-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.7 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@pythagora.io/js-code-processing",
"version": "0.0.12",
"author": "Zvonimir Sabljic",
"license": "ISC",
"description": "This repository hosts the 'code-processing' npm package, which contains a set of code processing methods for generating tests.",
"main": "build/index.js",
"scripts": {
"prepare": "husky install",
"lint": "npx eslint --fix --ext .js .",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pythagora-io/js-code-processing.git"
},
"bugs": {
"url": "https://github.com/Pythagora-io/js-code-processing/issues"
},
"homepage": "https://github.com/Pythagora-io/js-code-processing#readme",
"keywords": [
"test",
"testing",
"automation",
"automated testing",
"unit",
"unit testing",
"GPT",
"integration",
"integration testing",
"mock",
"api",
"http",
"MERN",
"MEAN",
"mongoose",
"mongodb",
"redis",
"express"
],
"dependencies": {
"@babel/generator": "^7.22.9",
"@babel/parser": "^7.22.7",
"@babel/traverse": "^7.22.8",
"axios": "^1.4.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"eslint": "^8.46.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.0",
"rollup": "^3.27.1"
}
}