-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 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": "working-times",
"version": "1.1.12",
"description": "Working Times calculator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "tsc && node dist/index.js",
"prepare": "tsc",
"prepublish": "tsc",
"build": "tsc",
"test": "mocha -r ts-node/register tests/**/*.spec.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yasser-mas/working-time.git"
},
"keywords": [
"working",
"working-times",
"timer",
"business",
"moment",
"time",
"hours"
],
"author": "Yasser Abu Omira <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yasser-mas/working-time/issues"
},
"contributors": [
{
"name": "Yasser Abu Omira",
"email": "[email protected]"
}
],
"homepage": "https://github.com/yasser-mas/working-time#readme",
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.10",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"ts-node": "^8.3.0",
"typescript": "^3.5.2"
}
}