-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.42 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
{
"name": "@themost/common",
"version": "2.11.0",
"description": "MOST Web Framework Codename Blueshift - Common Module",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jasmine",
"typedoc": "typedoc",
"doc": "typedoc --disableOutputCheck --hideInPageTOC --toc --entryDocument index.md index.d.ts"
},
"engines": {
"node": ">=12.22.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themost-framework/themost.git"
},
"author": "Kyriakos Barbounakis <k.barbounakis@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/themost-framework/themost/issues"
},
"homepage": "https://github.com/themost-framework/themost#readme",
"dependencies": {
"async": "^2.6.4",
"blueimp-md5": "^2.7.0",
"crypto-js": "^4.2.0",
"es6-promise": "^4.2.8",
"events": "^3.2.0",
"hashmap": "^2.3.0",
"lodash": "^4.17.21",
"sprintf-js": "^1.1.2",
"symbol": "^0.3.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/jasmine": "^3.6.0",
"@types/node": "^14.14.6",
"@types/uuid": "^10.0.0",
"dotenv": "^8.2.0",
"eslint": "^8.42.0",
"eslint-plugin-node": "^11.1.0",
"jasmine": "^4.5.0",
"jasmine-spec-reporter": "^6.0.0",
"ts-node": "^9.0.0",
"typedoc": "^0.22.15",
"typedoc-plugin-markdown": "^3.6.0",
"typescript": "^4.0.5"
}
}