@rockset/client
Version:
Client for querying Rockset and interacting with the Rockset API.
69 lines (68 loc) • 1.93 kB
JSON
{
"name": "@rockset/client",
"version": "0.9.2",
"main": "dist/index.js",
"description": "Client for querying Rockset and interacting with the Rockset API.",
"license": "Apache-2.0",
"directories": {
"test": "tests"
},
"dependencies": {
"@types/node-fetch": "^2.5.3",
"fetch-ponyfill": "^7.1.0",
"node-fetch": "^2.6.7",
"url": "^0.11.0"
},
"devDependencies": {
"@rockset/eslint-config": "0.9.1",
"@types/axios": "^0.14.0",
"@types/jest": "^24.0.23",
"@types/lodash": "^4.14.150",
"@types/prompts": "^2.0.8",
"axios": "^0.21.1",
"axios-retry": "^3.1.9",
"dotenv": "^8.2.0",
"eslint": "^7.0.0",
"eslint-plugin-promise": "^4.2.1",
"generate": "^0.14.0",
"generate-license": "^1.0.0",
"genversion": "^2.2.1",
"jest": "^26.0.1",
"jest-cli": "^24.9.0",
"ts-jest": "^24.1.0",
"tsc-watch": "^4.2.9",
"typedoc": "^0.17.7",
"typescript": "^3.8.3"
},
"resolutions": {
"node-fetch": "^2.6.7"
},
"repository": "https://github.com/rockset/rockset-js",
"scripts": {
"start": "tsc-watch --onSuccess 'cp src/codegen/custom.d.ts dist/codegen/custom.d.ts'",
"test": "jest --setupFiles dotenv/config",
"build": "genversion src/version.ts --es6 --semi && tsc && cp src/codegen/custom.d.ts dist/codegen/custom.d.ts",
"clean": "rm -rf dist",
"lint": "eslint 'src/**/*.ts'",
"docs": "rm -rf docs && typedoc --out docs/ --ignoreCompilerErrors src/index.ts --mode modules",
"prepublishOnly": "yarn run clean && yarn run build"
},
"author": "Rockset Inc",
"keywords": [
"rockset",
"database",
"REST",
"information analysis"
],
"bugs": {
"url": "https://github.com/rockset/rockset-js/issues"
},
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"publishConfig": {
"access": "public"
},
"gitHead": "4c0324a5f73ab4875ecff4ebfe48348dc2dbfe09"
}