-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
60 lines (60 loc) · 1.27 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
{
"homepage": "https://tko.io/",
"license": "MIT",
"author": "The Knockout.js Team",
"repository": {
"type": "git",
"url": "https://github.com/knockout/tko.git"
},
"scripts": {},
"bugs": "https://github.com/knockout/tko/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"standard": {
"globals": [
"it",
"iit",
"ddescribe",
"describe",
"jasmine",
"afterEach",
"beforeEach",
"expect",
"testNode",
"waits",
"runs"
]
},
"devDependencies": {
"@types/jasmine": "^3.10.18",
"@types/mocha": "^10.0.10",
"chai": "^4.5.0",
"electron": "^33.2.1",
"esbuild": "^0.24.0",
"fs-extra": "^11.2.0",
"jquery": "^3.7.1",
"karma": "^6.4.4",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.2.0",
"karma-electron-launcher": "^0.3.0",
"karma-esbuild": "^2.3.0",
"karma-jasmine": "^0.1.6",
"karma-mocha": "^2.0.1",
"karma-sauce-launcher": "^4.3.6",
"karma-sinon": "^1.0.5",
"lerna": "^8.1.9",
"mocha": "^11.0.1",
"sinon": "^19.0.2",
"standard": "^17.1.2",
"typescript": "^5.7.2"
},
"workspaces": [
"packages/*",
"builds/*"
],
"private": true
}