UNPKG

1.3 kBJSONView Raw
1{
2 "name": "@themost/common",
3 "version": "2.5.12",
4 "description": "MOST Web Framework Codename Blueshift - Common Module",
5 "main": "index.js",
6 "types": "index.d.ts",
7 "peerDependencies": {},
8 "scripts": {
9 "test": "jasmine",
10 "typedoc": "typedoc",
11 "doc": "typedoc --disableOutputCheck --hideInPageTOC --toc --entryDocument index.md index.d.ts"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/themost-framework/themost.git"
16 },
17 "author": "Kyriakos Barbounakis <k.barbounakis@gmail.com>",
18 "license": "BSD-3-Clause",
19 "bugs": {
20 "url": "https://github.com/themost-framework/themost/issues"
21 },
22 "homepage": "https://github.com/themost-framework/themost#readme",
23 "dependencies": {
24 "async": "^2.6.4",
25 "blueimp-md5": "^2.7.0",
26 "es6-promise": "^4.2.8",
27 "events": "^3.2.0",
28 "hashmap": "^2.3.0",
29 "lodash": "^4.17.21",
30 "sprintf-js": "^1.1.2",
31 "symbol": "^0.3.1"
32 },
33 "devDependencies": {
34 "@types/jasmine": "^3.6.0",
35 "@types/node": "^14.14.6",
36 "dotenv": "^8.2.0",
37 "eslint": "^8.16.0",
38 "jasmine": "^3.6.3",
39 "jasmine-spec-reporter": "^6.0.0",
40 "ts-node": "^9.0.0",
41 "tslint": "^6.1.3",
42 "typedoc": "^0.22.15",
43 "typedoc-plugin-markdown": "^3.6.0",
44 "typescript": "^4.0.5"
45 }
46}