-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.29 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.29 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
{
"name": "datastar",
"version": "5.0.0",
"description": "Now witness the power of this FULLY ARMED AND OPERATIONAL DATASTAR!",
"main": "lib",
"files": [
"lib",
"test/helpers",
"test/mocks"
],
"dependencies": {
"async": "^3.2.4",
"clone": "^1.0.4",
"joi-of-cql": "^2.0.4",
"object-assign": "^4.0.1",
"priam": "^5.0.0",
"tinythen": "^1.0.1",
"to-camel-case": "^1.0.0",
"to-snake-case": "^1.0.0",
"understudy": "^4.1.0",
"uuid": "^2.0.1"
},
"devDependencies": {
"assume": "^2.1.0",
"assume-sinon": "^1.0.0",
"cassandra-driver": "^4.8.0",
"eslint": "^8.29.0",
"eslint-config-godaddy": "^7.0.0",
"lodash.clonedeep": "^4.5.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"proxyquire": "^1.7.3",
"sinon": "^1.17.2"
},
"scripts": {
"mocha": "mocha -R spec test/**/*.tests.js",
"coverage": "nyc npm run mocha",
"pretest": "npm run lint",
"lint": "eslint-godaddy lib/ test/",
"test": "npm run coverage"
},
"repository": {
"type": "git",
"url": "git@github.com:godaddy/datastar.git"
},
"keywords": [
"C*",
"cassandra",
"ODM",
"models",
"schemas",
"data modeling"
],
"engines": {
"node": ">=18.0.0"
},
"author": "GoDaddy Engineers",
"license": "MIT"
}