typescript-object-helper
Version:
A simple dependency to aid in mapping and instantiating typescript classes
45 lines (44 loc) • 1.08 kB
JSON
{
"name": "typescript-object-helper",
"version": "2.1.4",
"description": "A simple dependency to aid in mapping and instantiating typescript classes",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "ts-node node_modules/jasmine/bin/jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevensroczynski/typescript-object-helper.git"
},
"files": [
"lib/**/*"
],
"keywords": [
"typescript",
"object",
"mapper",
"instantiate",
"oop",
"rxjs"
],
"devDependencies": {
"@types/jasmine": "^4.3.1",
"@types/lodash": "4.14.191",
"jasmine": "4.5.0",
"ts-node": "10.9.1",
"typescript": "4.6.4"
},
"author": "Steven Sroczynski",
"license": "MIT",
"bugs": {
"url": "https://github.com/stevensroczynski/typescript-object-helper/issues"
},
"homepage": "https://github.com/stevensroczynski/typescript-object-helper#readme",
"dependencies": {
"lodash": "4.17.21",
"rxjs": "^7.8.1"
}
}