-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.31 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
{
"name": "coordis",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": "^7.19.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
},
"author": "José Thomaz <[email protected]>",
"bugs": {
"url": "https://github.com/josethz00/coordis/issues"
},
"homepage": "https://github.com/josethz00/coordis#readme",
"keywords": [
"typescript",
"coordis",
"coordinates",
"geolocation",
"javascript",
"library"
],
"repository": {
"type": "git",
"url": "git+https://github.com/josethz00/coordis.git"
},
"description": "Coordis is a library to help you to deal with calculations involving geographical coordinates and conversion of units of measurement!",
"publishConfig": {
"access": "public"
}
}