-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 967 Bytes
/
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
{
"name": "@maxdesplanches/maps-utils",
"version": "1.1.5",
"description": "Calculate distance, angle or time from 2D coordinates ! (latitude, longitude",
"main": "./lib/src/index.js",
"env": {
"node": "16.2.0"
},
"scripts": {
"build": "./node_modules/typescript/bin/tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxDesplanches/maps-utils"
},
"keywords": [
"maps",
"distance",
"utils"
],
"author": "Max Desplanches",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaxDesplanches/maps-utils/issues"
},
"homepage": "https://github.com/MaxDesplanches/maps-utils#readme",
"dependencies": {
"@types/node": "^18.7.18",
"babel-jest": "^29.0.3",
"source-map-loader": "^4.0.0",
"typescript": "^4.8.3"
},
"devDependencies": {
"@types/jest": "^29.0.3",
"jest": "^29.0.3",
"ts-jest": "^29.0.1",
"ts-loader": "^9.4.0"
}
}