UNPKG

@anglr/types

Version:

Angular custom definition files for typescript

35 lines (34 loc) 1.11 kB
{ "name": "@anglr/types", "version": "1.1.18", "description": "Angular custom definition files for typescript", "scripts": { "republish": "npm publis --force", "deploy-stable": "npp -b", "deploy-next": "npp -p -b -s \"beta\" -t \"next\"", "deploy:stable:local": "npp -b --registry http://local:4873", "deploy-next:local": "npp -p -b -s \"beta\" -t \"next\" --registry http://local:4873" }, "keywords": [ "angular", "ng", "types" ], "author": "kukjevov", "license": "MIT", "peerDependencies": { "@types/jquery": "~3.3.4", "@types/jqueryui": "~1.12.2", "@types/jquery.fancytree": "~2.7.31", "@types/eonasdan-bootstrap-datetimepicker": "~4.17.26" }, "devDependencies": { "@types/jquery": "~3.3.4", "@types/jqueryui": "~1.12.2", "@types/jquery.fancytree": "~2.7.31", "@types/systemjs": "~0.20.6", "@types/eonasdan-bootstrap-datetimepicker": "~4.17.26", "npm-publish-pkg": "1.2.0", "typescript": "2.9.2" } }