constructor-decorator
Version:
Typized and autoassigned constructor arguments for JS
28 lines (27 loc) • 667 B
JSON
{
"name": "constructor-decorator",
"version": "0.0.11",
"description": "Typized and autoassigned constructor arguments for JS",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"decorations",
"typed",
"runtime",
"autoassign"
],
"author": "Denis Efremov <efremov.a.denis@gmail.ru>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Piterden/constructor-decorator.git"
},
"devDependencies": {
"@atomix/eslint-config": "^7.1.0",
"eslint": "^5.16.0",
"prettier": "^1.17.0"
}
}