mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-23 07:57:26 +00:00
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.6.11 to 3.7.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine) Signed-off-by: dependabot[bot] <support@github.com>
25 lines
626 B
JSON
25 lines
626 B
JSON
{
|
|
"name": "jo",
|
|
"version": "0.0.0",
|
|
"description": "A blank schematics",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"build:watch": "tsc -p tsconfig.json --watch",
|
|
"test": "npm run build && jasmine src/**/*_spec.js"
|
|
},
|
|
"keywords": [
|
|
"schematics"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"schematics": "./src/collection.json",
|
|
"devDependencies": {
|
|
"@angular-devkit/core": "^11.2.12",
|
|
"@angular-devkit/schematics": "^11.2.12",
|
|
"@schematics/angular": "^11.2.12",
|
|
"@types/jasmine": "^3.7.0",
|
|
"@types/node": "^15.0.2",
|
|
"jasmine": "^3.7.0",
|
|
"typescript": "~4.2.4"
|
|
}
|
|
}
|