-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "cloudcms",
"version": "0.2.26",
"repository": {
"type": "git",
"url": "git://github.com/gitana/cloudcms-javascript-driver.git"
},
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"contributors": [
{
"name": "Cloud CMS",
"email": "[email protected]",
"url": "https://gitana.io"
}
],
"main": "src/index.js",
"devDependencies": {
"@types/chai": "^4.3.14",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"browserify": "^17.0.0",
"chai": "^5.1.0",
"mocha": "^10.4.0",
"tsx": "^4.8.2",
"typescript": "^5.4.5"
},
"dependencies": {
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.10",
"form-data": "^4.0.0",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.4",
"moment": "^2.30.1",
"node-fetch": "^2.7.0",
"proxy-from-env": "^1.1.0"
},
"scripts": {
"alltests": "mocha 'test/**/*.ts' --recursive --timeout 120000 --watch-extensions ts,js",
"test": "mocha 'test/**/*.ts' --verbose --debug --recursive --timeout 120000 --watch-extensions ts,js -- --grep "
},
"types": "@types/index.d.ts"
}