UNPKG

typescript-son

Version:

GSON-like library for TypeScript

52 lines (51 loc) 1.01 kB
{ "name": "typescript-son", "version": "0.2.0", "description": "GSON-like library for TypeScript", "main": "lib/index.js", "module": "lib/index", "typings": "lib/index", "scripts": { "compile": "atm", "test": "mocha lib/test/*.js" }, "keywords": [ "typescript-son", "gson", "TypeScript", "json", "schema", "serialization" ], "author": "Ezequiel Santamaría Navarro", "license": "ISC", "dependencies": { "awesome-metadata": "^0.1.0", "reflect-metadata": "^0.1.10" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:lilezek/tson.git" }, "devDependencies": { "@types/chai": "^4.0.2", "@types/mocha": "^2.2.41", "chai": "^4.1.0", "mocha": "^3.5.0", "nyc": "^11.1.0", "source-map-support": "^0.4.15", "ts-node": "^3.3.0" }, "nyc": { "extension": [ ".ts", ".tsx" ], "exclude": [ "**/*.d.ts" ], "require": [ "ts-node/register" ] } }