-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.82 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
{
"name": "@amplience/dc-integration-middleware",
"version": "2.3.1",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist",
"lint": "eslint",
"build": "eslint && npm run clean && tsc",
"prepare": "eslint && npm run clean && tsc",
"server": "nodemon src/server.ts",
"test": "jest --silent --verbose"
},
"exports": {
".": "./dist/index.js"
},
"dependencies": {
"axios": "^0.27.2",
"btoa": "^1.2.1",
"express": "^4.18.1",
"form-data": "^4.0.0",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.21",
"qs": "^6.10.3",
"rimraf": "^3.0.2",
"slugify": "^1.6.5"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/connect": "^3.4.35",
"@types/express": "^4.17.13",
"@types/express-serve-static-core": "^4.17.28",
"@types/form-data": "^2.5.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.180",
"@types/mime": "^2.0.3",
"@types/node": "^17.0.41",
"@types/node-fetch": "^2.6.1",
"@types/range-parser": "^1.2.4",
"@types/serve-static": "^1.13.10",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.9.0",
"jest": "^29.4.2",
"json-stringify-safe": "^5.0.1",
"nodemon": "^2.0.19",
"ts-jest": "^29.0.5",
"ts-node": "^10.8.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.2.3"
},
"author": "Amplience Innovation Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/amplience/dc-integration-middleware/issues"
},
"homepage": "https://github.com/amplience/dc-integration-middleware#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/amplience/dc-integration-middleware.git"
}
}