forked from Turfjs/turf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"prelint": "tsc",
"lint": "echo 'eslint will be moved to TSLint'",
"postlint": "documentation lint packages/turf-*/index.js",
"pretest": "lerna bootstrap --use-workspaces && npm run lint",
"test": "lerna run test --use-workspaces",
"docs": "node ./scripts/generate-readmes",
"postinstall": "opencollective postinstall"
},
"devDependencies": {
"@types/geojson": "*",
"@types/node": "*",
"camelcase": "*",
"d3-queue": "*",
"decamelize": "*",
"documentation": "*",
"eslint": "*",
"eslint-config-mourner": "*",
"fs-extra": "*",
"lerna": "2.8.0",
"load-json-file": "*",
"meow": "*",
"progress": "*",
"rollup": "*",
"rollup-plugin-typescript": "*",
"tape": "*",
"typescript": "*",
"yamljs": "*"
},
"dependencies": {
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/turf",
"logo": "https://opencollective.com/turf/logo.txt"
}
}