-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 980 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 980 Bytes
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
{
"name": "mango-client",
"version": "0.9.0",
"description": "",
"main": "dist/index.js",
"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/payify.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eventrifydev/payify/issues"
},
"homepage": "https://github.com/eventrifydev/payify#readme",
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/expect": "^24.3.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.18",
"@types/request": "^2.48.4",
"@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"
}
}