-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "sf2-service",
"version": "1.5.0",
"description": "gratuitously using webassembly to read some annoying 16-bit format. new: chrome test coverage!",
"type": "module",
"main": "index.js",
"scripts": {
"build": "make",
"test1": "gcc pdta.spec.c; ./a.out",
"test": "npx karma start karma.conf.cjs"
},
"keywords": [],
"author": "Yisheng Jiang",
"license": "do not use",
"repository": {
"type": "git",
"url": "git+https://github.com/yishengjiang99/sf2-service.git"
},
"bugs": {
"url": "https://github.com/yishengjiang99/sf2-service/issues"
},
"homepage": "https://github.com/yishengjiang99/sf2-service#readme",
"devDependencies": {
"chai": "^4.3.7",
"eslint-plugin-mocha": "^10.1.0",
"jasmine-core": "^4.6.0",
"karma": "^6.4.1",
"karma-chai": "github:xdissent/karma-chai",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^5.1.0",
"karma-mocha": "^2.0.1",
"mocha": "^10.2.0"
},
"dependencies": {
"mkspin": "file:../spin"
}
}