UNPKG

1.47 kBJSONView Raw
1{
2 "name": "@themost/common",
3 "version": "2.7.1",
4 "description": "MOST Web Framework Codename ZeroGravity - Common Module",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.esm.js",
7 "types": "dist/index.d.ts",
8 "scripts": {
9 "test": "jasmine",
10 "build": "rimraf dist && rollup -c ./rollup.config.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/themost-framework/common.git"
15 },
16 "author": "Kyriakos Barbounakis <k.barbounakis@gmail.com>",
17 "license": "BSD-3-Clause",
18 "bugs": {
19 "url": "https://github.com/themost-framework/common/issues"
20 },
21 "homepage": "https://github.com/themost-framework/common#readme",
22 "dependencies": {
23 "async": "^2.6.3",
24 "crypto-js": "^4.1.1",
25 "events": "^3.2.0",
26 "lodash": "^4.17.20",
27 "prettier": "^2.4.1"
28 },
29 "devDependencies": {
30 "@rollup/plugin-babel": "^5.3.0",
31 "@rollup/plugin-typescript": "^8.2.5",
32 "@types/async": "^3.2.8",
33 "@types/core-js": "^2.5.5",
34 "@types/crypto-js": "^4.0.2",
35 "@types/jasmine": "^3.5.14",
36 "@types/lodash": "^4.14.175",
37 "@types/node": "^14.14.6",
38 "@types/prettier": "^2.4.1",
39 "@types/rollup": "^0.54.0",
40 "@types/sprintf": "^0.1.0",
41 "dotenv": "^8.2.0",
42 "jasmine": "^3.6.1",
43 "jasmine-spec-reporter": "^5.0.2",
44 "module-alias": "^2.2.2",
45 "rimraf": "^3.0.2",
46 "rollup": "^2.58.0",
47 "ts-node": "^9.0.0",
48 "tslint": "^6.1.3",
49 "typescript": "^4.2.4"
50 }
51}