-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 826 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 826 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
{
"name": "flightplandb",
"version": "4.0.0",
"description": "An API wrapper for the website FlightPlanDatabase's API",
"main": "flightplandb.js",
"scripts": {
"test": "mocha --require ts-node/register tests/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanteFragapane/FlightPlanDB.js.git"
},
"keywords": [
"flightplan",
"flight",
"plan",
"api",
"wrapper",
"api wrapper"
],
"author": "Dante Fragapane",
"license": "ISC",
"bugs": {
"url": "https://github.com/DanteFragapane/FlightPlanDB.js/issues"
},
"homepage": "https://github.com/DanteFragapane/FlightPlanDB.js#readme",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"ts-node": "^8.3.0",
"typescript": "^3.5.2"
}
}