prepare for npm

This commit is contained in:
hatskier
2021-06-24 15:20:31 +02:00
parent 3610550165
commit 6aff7a1c4e

View File

@@ -2,7 +2,8 @@
"name": "redstone-node",
"version": "0.4.1",
"description": "A data provider module that fetches price information and serves it to end users.",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc",
"start:prod": "node dist/index.js",
@@ -70,6 +71,7 @@
"typescript": "^4.3.2"
},
"files": [
"dist"
"dist",
"dist/src"
]
}