mirror of
https://github.com/Turfjs/turf.git
synced 2026-01-25 16:07:00 +00:00
15 lines
232 B
JSON
15 lines
232 B
JSON
{
|
|
"private": true,
|
|
"name": "create-react-app",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "react-scripts build"
|
|
},
|
|
"devDependencies": {
|
|
"react-scripts": "*"
|
|
},
|
|
"dependencies": {
|
|
"@turf/turf": "*"
|
|
}
|
|
}
|