UNPKG

@calf/serializable

Version:

Serializable module of Calf framework.

32 lines (31 loc) 785 B
{ "name": "@calf/serializable", "version": "0.3.5", "description": "Serializable module of Calf framework.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "mocha -r ts-node/register test/test.ts" }, "repository": { "type": "git", "url": "https://github.com/FilipMatys/Heracles.git" }, "keywords": [ "serializable", "calf", "framework" ], "author": "Filip Matys <matysfilip@gmail.com> (https://github.com/FilipMatys)", "license": "MIT", "devDependencies": { "@types/chai": "^4.1.3", "@types/mocha": "^5.2.1", "chai": "^4.1.2", "mocha": "^5.2.0", "reflect-metadata": "^0.1.12", "ts-node": "~7.0.0", "typescript": "^4.0.0" } }