forked from rockset/rockset-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.84 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
{
"name": "@rockset/client",
"version": "0.8.23",
"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",
"node-fetch": "^2.6.0",
"portable-fetch": "^3.0.0",
"url": "^0.11.0"
},
"devDependencies": {
"@rockset/eslint-config": "0.8.23",
"@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"
},
"repository": "https://github.com/rockset/rockset-js/q",
"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": "a995e39183da8c1641b9b16917dfb5067e258893"
}