-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "exchangify",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p .",
"test": "mocha --opts ./tests/mocha.opts --exit --colors",
"start": "ts-node ./src/index.ts",
"coverage": "nyc npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eventrifydev/exchangify.git"
},
"keywords": [
"currency",
"currencies",
"currency",
"conversion"
],
"author": "Eventrify Ltd.",
"license": "MIT",
"bugs": {
"url": "https://github.com/eventrifydev/exchangify/issues"
},
"homepage": "https://github.com/eventrifydev/exchangify#readme",
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/expect": "^24.3.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.18",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"chai": "^4.2.0",
"eslint": "^6.7.2",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"ts-node": "^8.5.4",
"typescript": "^3.7.3"
}
}