-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.5 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "soilsjs",
"version": "1.0.7",
"description": "A node module for accessing SSURGO soils data within the US",
"main": "dist/index.js",
"scripts": {
"build": "tsc -b",
"watch": "tsc -b --watch",
"test": "mocha"
},
"mocha": {
"require": "ts-node/register",
"extension": [
"ts"
]
},
"author": "Sam Noel <[email protected]>",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@turf/dissolve": "^6.5.0",
"@turf/flatten": "^6.5.0",
"@turf/turf": "^6.5.0",
"axios": "^0.24.0",
"axios-retry": "^3.1.2",
"chai": "^4.3.6",
"debug": "^4.3.3",
"fips-county-codes": "^2.1.0",
"json-pointer": "^0.6.2",
"lodash": "^4.17.21",
"turf-jsts": "^1.2.3",
"wellknown": "^0.5.0",
"wicket": "^1.3.8"
},
"packageManager": "[email protected]",
"resolutions": {
"@oada/client": "portal:/home/sanoel/client"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.2",
"@types/bluebird-global": "^3.5.13",
"@types/mocha": "^9.1.0",
"@types/node": "latest",
"bluebird": "^3.7.2",
"mocha": "^9.2.1",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenATK/soilsjs.git"
},
"keywords": [
"soil",
"ssurgo"
],
"bugs": {
"url": "https://github.com/OpenATK/soilsjs/issues"
},
"homepage": "https://github.com/OpenATK/soilsjs#readme"
}