-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.45 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@webresto/worktime",
"repository": {
"type": "git",
"url": "https://github.com/webresto/worktime.git"
},
"version": "1.1.7",
"scripts": {
"pub": "cd dist && npm publish --access=public",
"tsc:commonjs": "tsc -p tsconfig.commonjs.json",
"build:esm": "ng-packagr -p ng-package.json",
"fix-commonjs-build": "node fix-commonjs-build.js",
"build": "npm run build:esm && npm run tsc:commonjs && npm run fix-commonjs-build && cp .npmrc dist",
"test": "ts-mocha -p ./tsconfig.test.json src/test/*.spec.ts"
},
"devDependencies": {
"@angular/compiler": "^15.2.1",
"@angular/compiler-cli": "^15.2.1",
"@angular/core": "^15.2.1",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.6",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"ng-packagr": "^15.2.2",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"contributors": [
{
"name": "axrl",
"email": "[email protected]"
},
{
"name": "Siziy Ivan",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/webresto/worktime/issues"
},
"homepage": "https://github.com/webresto/worktime/tree/main/projects/worktime",
"license": "MIT",
"description": "Библиотека для работы с ограничениями рабочего времени предприятия для @webresto",
"dependencies": {
"tslib": "^2.5.3"
}
}