UNPKG

contentstack

Version:
111 lines (110 loc) 3.56 kB
{ "name": "contentstack", "version": "3.27.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": "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" } }