-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.23 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@timurxyz/decoratorf",
"version": "0.0.0",
"description": "",
"repository": "git@github.com:timurxyz/decoratorf.git",
"author": "timur x <x@secdev.eu>",
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"@angular/core": ">=8 || >=9",
"@angular/cli": ">=9",
"@angular/compiler": ">=9",
"@angular/compiler-cli": ">=9",
"@types/node": ">=12.11.0",
"@typescript-eslint/eslint-plugin": ">2.30.0",
"@typescript-eslint/parser": ">2.30.0",
"eslint": ">6.0.0",
"ng-packagr": ">=9",
"ts-node": ">=8 || >=9",
"typescript": "<3.9.0"
},
"scripts": {
"build:github": "env NPM_CONFIG_REGISTRY='https://npm.pkg.github.com/@timurxyz' ng-packagr -p ./src.decoratorf/package.json",
"build:npmjs": "env NPM_CONFIG_REGISTRY='https://registry.npmjs.org' ng-packagr -p ./src.decoratorf/package.json",
"publish:github": "env NPM_CONFIG_REGISTRY='https://npm.pkg.github.com/@timurxyz' npm publish ./src.decoratorf/dist --access public",
"publish:npmjs": "env NPM_CONFIG_REGISTRY='https://registry.npmjs.org' npm publish ./src.decoratorf/dist --access public",
"tsc:github": "env NPM_CONFIG_REGISTRY='https://npm.pkg.github.com/@timurxyz' tsc -p src.decoratorf/tsconfig.json"
}
}