-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
110 lines (110 loc) · 3.46 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "contentstack",
"version": "3.23.0",
"description": "Contentstack Javascript SDK",
"homepage": "https://www.contentstack.com/",
"author": {
"name": "Contentstack",
"url": "https://www.contentstack.com/"
},
"main": "dist/node/contentstack.js",
"browser": "dist/web/contentstack.js",
"react-native": "dist/react-native/contentstack.js",
"types": "./index.d.ts",
"_id": "[email protected]",
"scripts": {
"test": "npm run test:e2e && npm run test:typescript",
"test:e2e": "tape test/index.js | tap-html --out ./tap-html.html",
"test:typescript": "jest --config jest.config.js --testPathPattern=test/typescript",
"automate": "node test.js",
"build:node": "webpack --config webpack/webpack.node.js",
"build:web": "webpack --config webpack/webpack.web.js",
"build:react-native": "webpack --config webpack/webpack.react-native.js",
"build:native-script": "webpack --config webpack/webpack.nativescript.js",
"build": "npm run build:node && npm run build:web && npm run build:react-native && npm run build:native-script",
"generate-docs": "node_modules/.bin/jsdoc --configure docs-config.json --verbose",
"prepare": "npm run build",
"pretest": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/contentstack/contentstack-javascript.git"
},
"_shasum": "a328ed07240476a26b31a23261355dc929e1da63",
"_from": "contentstack@latest",
"engines": {
"node": ">= 10.14.2"
},
"_npmUser": {
"name": "mynk",
"email": "[email protected]"
},
"maintainers": [
{
"name": "uttamukkoji",
"email": "[email protected]"
},
{
"name": "hiteshbal",
"email": "[email protected]"
},
{
"name": "mynk",
"email": "[email protected]"
}
],
"dist": {
"shasum": "a328ed07240476a26b31a23261355dc929e1da63",
"tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.16.1.tgz"
},
"license": "MIT",
"directories": {},
"_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.16.1.tgz",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/contentstack-3.15.0.tgz_1477830884275_0.9869455888401717"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/runtime": "^7.25.9",
"@slack/bolt": "^3.22.0",
"@types/jest": "^26.0.24",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"dotenv": "^16.4.5",
"es3ify-loader": "0.2.0",
"fetch-mock-jest": "^1.5.1",
"http-proxy-agent": "^3.0.0",
"jest": "^29.7.0",
"jest-html-reporters": "^2.1.7",
"jsdoc": "^4.0.4",
"jshint": "^2.13.6",
"minami": "^1.2.3",
"node-request-interceptor": "^0.6.3",
"nodemailer": "^6.9.15",
"string-replace-loader": "^3.1.0",
"tap-html": "^1.1.0",
"tap-json": "1.0.0",
"tape": "4.17.0",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.2.5",
"typescript": "^4.9.5",
"uglify-js": "2.8.29",
"webpack": "^5.95.0",
"webpack-cli": "^4.10.0",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "4.1.5",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@contentstack/utils": "^1.3.12",
"cheerio": "^1.0.0",
"es6-promise": "^4.2.8",
"fetch-mock": "^11.1.5",
"isomorphic-fetch": "^3.0.0",
"localStorage": "1.0.4",
"qs": "^6.13.0"
}
}