forked from sqlmath/sqlmath
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 841 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 841 Bytes
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
{
"author": {
"email": "kaizhu256@gmail.com",
"name": "kai zhu"
},
"counter": 0,
"description": "sqlite for data-science",
"fileCount": 46,
"homepage": "https://github.com/sqlmath/sqlmath",
"keywords": [
"data-science",
"database",
"numerical",
"sqlite"
],
"license": "MIT",
"main": "sqlmath.mjs",
"name": "sqlmath",
"os": [
"darwin",
"linux",
"win32"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sqlmath/sqlmath.git"
},
"scripts": {
"build": "sh jslint_ci.sh shCiBuildNodejs",
"test": "sh jslint_ci.sh shCiTestNodejs",
"test2": "sh jslint_ci.sh shCiBase"
},
"shCiArtifactUpload": 1,
"shCiPublishNpm": 1,
"version": "2026.3.1"
}