-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
{
"name": "br-atlas",
"version": "1.0.0",
"description": "TopoJSON from the Brazilian Atlas",
"scripts": {
"build": "babel src --extensions \".js,.ts\" --out-dir dist --copy-files --no-copy-ignored",
"start": "node dist/server.js",
"dev": "ts-node-dev -r tsconfig-paths/register --respawn --transpile-only --ignore-watch node_modules --no-notify src/server.ts"
},
"keywords": [
"topojson",
"geojson",
"shapefile"
],
"author": {
"name": "Mauricio Alves",
"url": "https://github.com/mac-alves/br-atrlas"
},
"repository": {
"type": "git",
"url": "https://github.com/mac-alves/br-atrlas.git"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/node": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-typescript": "^7.10.1",
"@types/express-session": "^1.17.0",
"@types/socket.io": "^2.1.8",
"babel-plugin-module-resolver": "^4.0.0",
"@types/express": "^4.17.7",
"d3": "3",
"shapefile": "0.1",
"topojson": "1",
"ts-node": "^8.10.2",
"ts-node-dev": "^1.0.0-pre.52",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.9.7"
},
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-edge": "^2.0.2"
}
}