|
1 | 1 | {
|
2 | 2 | "name": "typescript-class-helpers",
|
3 |
| - "version": "19.0.15", |
| 3 | + "version": "19.0.16", |
4 | 4 | "scripts": {
|
5 | 5 | "test": "mocha --require ts-node/register src/**/*.spec.ts",
|
6 |
| - "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch" |
| 6 | + "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch", |
| 7 | + "taon init": "taon init", |
| 8 | + "taon start": "taon start", |
| 9 | + "taon build:lib": "taon build:lib", |
| 10 | + "taon build:watch:lib": "taon build:watch:lib", |
| 11 | + "taon build:watch:app": "taon build:watch:app", |
| 12 | + "taon build:watch:electron": "taon build:watch:electron", |
| 13 | + "taon docs": "taon docs", |
| 14 | + "taon docs:watch": "taon docs:watch", |
| 15 | + "taon clear": "taon clear", |
| 16 | + "taon release": "taon release", |
| 17 | + "taon release:auto": "taon release:auto", |
| 18 | + "taon release:install:locally": "taon release:install:locally", |
| 19 | + "taon migration:create": "taon migration:create", |
| 20 | + "taon migration:run": "taon migration:run", |
| 21 | + "taon migration:revert": "taon migration:revert", |
| 22 | + "taon vscode:temp:show": "taon vscode:temp:show", |
| 23 | + "taon vscode:temp:hide": "taon vscode:temp:hide" |
7 | 24 | },
|
8 | 25 | "license": "MIT",
|
9 | 26 | "author": "Dariusz Filipiak",
|
|
0 commit comments