UNPKG

@calf/common

Version:
37 lines (36 loc) 852 B
{ "name": "@calf/common", "version": "0.4.3", "description": "Common module of Calf framework.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "mocha -r ts-node/register test/test.ts" }, "repository": { "type": "git", "url": "https://github.com/FilipMatys/Heracles.git" }, "keywords": [ "calf", "framework" ], "author": "Filip Matys <matysfilip@gmail.com> (https://github.com/FilipMatys)", "license": "MIT", "peerDependencies": { "@calf/serializable": "^0.3.0" }, "devDependencies": { "@calf/serializable": "^0.3.0", "@types/chai": "^4.1.4", "@types/mocha": "^5.2.5", "chai": "^4.1.2", "mocha": "^5.2.0", "ts-node": "~7.0.0", "typescript": "^4.0.0" } }