-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.48 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 3.48 KB
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.26.4",
"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": "contentstack@3.19.3",
"scripts": {
"test": "npm run test:e2e && npm run test:typescript",
"test:e2e": "jest --config jest.js.config.js",
"test:typescript": "jest --config jest.config.js --testPathPatterns=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",
"husky-check": "husky install && npx husky && chmod +x .husky/pre-commit",
"pretest": "npm run build",
"lint": "eslint src test",
"format": "eslint src test --fix"
},
"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": "mayank@contentstack.com"
},
"maintainers": [
{
"name": "uttamukkoji",
"email": "uttam.ukkoji@contentstack.com"
},
{
"name": "hiteshbal",
"email": "hitesh.baldaniya@contentstack.com"
},
{
"name": "mynk",
"email": "mayank@contentstack.com"
}
],
"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.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@slack/bolt": "^4.4.0",
"@types/jest": "^30.0.0",
"babel-loader": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"dotenv": "^17.2.1",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-standard": "^4.1.0",
"jest": "^30.0.5",
"jest-html-reporters": "^3.1.7",
"jsdoc": "^4.0.4",
"jsdom": "^26.1.0",
"minami": "^1.2.3",
"node-request-interceptor": "^0.6.3",
"string-replace-loader": "^3.2.0",
"tap-html": "^1.1.0",
"tap-json": "1.0.0",
"ts-jest": "^29.4.0",
"typescript": "^5.9.2",
"webpack": "^5.101.0",
"webpack-cli": "^6.0.1",
"webpack-merge": "6.0.1",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@contentstack/utils": "^1.4.1",
"es6-promise": "^4.2.8",
"husky": "^9.1.7",
"localStorage": "1.0.4"
},
"overrides": {
"qs": "^6.14.1"
}
}