-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
45
46
47
{
"name": "sk-resources-fs",
"version": "1.3.1",
"description": "Resources provider plugin for Signal K.",
"main": "plugin/index.js",
"keywords": [
"signalk-node-server-plugin",
"signalk",
"resources",
"routes",
"waypoints",
"regions",
"notes"
],
"repository": "https://github.com/panaaj/signalk-resources-fs",
"author": "AdrianP",
"contributors": [
{
"name": "[email protected]"
}
],
"license": "Apache-20",
"scripts": {
"build": "tsc",
"build-declaration": "tsc --declaration --allowJs false",
"watch": "npm run build -- -w",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run build -- -w",
"prepare": "tsc"
},
"dependencies": {
"@panaaj/sk-types": "^1.1.1",
"geojson-validation": "^0.2.0",
"mkdirp": "^0.5.5",
"pouchdb": "^7.2.1",
"pouchdb-find": "^7.2.1",
"uuid": "^3.4.0"
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/mkdirp": "^0.5.2",
"@types/node-fetch": "^2.5.6",
"@types/pouchdb": "^6.4.0",
"@types/uuid": "^3.4.8",
"typescript": "^3.8.3"
}
}