typescript-class-helpers
Version:
Usefull helper to have in your typescript project
51 lines (50 loc) • 1.69 kB
JSON
{
"name": "typescript-class-helpers",
"version": "21.0.2",
"scripts": {
"test": "mocha --require ts-node/register src/**/*.spec.ts",
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch",
"taon init": "taon init",
"taon start": "taon start",
"taon build:lib": "taon build:lib",
"taon build:watch:lib": "taon build:watch:lib",
"taon build:watch:app": "taon build:watch:app",
"taon build:watch:electron": "taon build:watch:electron",
"taon docs": "taon docs",
"taon docs:watch": "taon docs:watch",
"taon clear": "taon clear",
"taon release": "taon release",
"taon release:auto": "taon release:auto",
"taon release:install:locally": "taon release:install:locally",
"taon migration:create": "taon migration:create",
"taon migration:run": "taon migration:run",
"taon migration:revert": "taon migration:revert",
"taon vscode:temp:show": "taon vscode:temp:show",
"taon vscode:temp:hide": "taon vscode:temp:hide"
},
"license": "MIT",
"author": "Dariusz Filipiak",
"private": false,
"homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
"bugs": {
"url": "https://github.com/darekf77/typescript-class-helpers/issues"
},
"dependencies": {
"ng2-logger": "~21.0.0",
"enum-values": "1.2.1"
},
"description": "Usefull helper to have in your typescript project",
"keywords": [
"ng2-rest",
"docs",
"documentation"
],
"main": "dist/app.electron.js",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/darekf77/typescript-class-helpers.git"
},
"bin": {},
"peerDependencies": {}
}