-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 loc) · 1.39 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
{
"name": "lovefield-ts",
"version": "0.7.0",
"description": "Lovefield-TS: a relational database in TypeScript",
"main": "index.js",
"scripts": {
"test": "npx gulp test"
},
"files": [
"index.js",
"dist/**"
],
"repository": {
"type": "git",
"url": "https://github.com/arthurhsu/lovefield-ts.git"
},
"keywords": [
"relational",
"database",
"RDBMS"
],
"author": "Arthur Hsu",
"license": "Apache-2.0",
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/karma": "^6.3.3",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.13",
"@types/websql": "0.0.27",
"chai": "^4.2.0",
"chalk": "^5.2.0",
"diff": "^5.1.0",
"eslint": "^6.8.0",
"fs-extra": "^11.1.0",
"glob": "^8.1.0",
"gts": "^3.1.1",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-debug": "^4.0.0",
"gulp-mocha": "^8.0.0",
"gulp-run": "^1.7.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"karma": "^6.3.15",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-mocha": "^2.0.1",
"karma-sauce-launcher": "^4.3.6",
"karma-typescript": "^5.5.3",
"mocha": "^10.2.0",
"nopt": "^7.0.0",
"sinon": "^15.0.1",
"source-map-support": "^0.5.19",
"through2": "^4.0.2",
"toposort-class": "^1.0.1",
"typescript": "^4.9.4"
}
}