fake-stock-market-generator
Version:
Generates FAKE price data that can be used to simulate a stock market
21 lines (20 loc) • 436 B
JSON
{
"name": "fake-stock-market-generator",
"version": "1.0.3",
"description": "Generates FAKE price data that can be used to simulate a stock market",
"main": "index.js",
"scripts": {
"test": "node -e 'require(\"./index.js\").generateStockData(5)'"
},
"keywords": [
"stock",
"market",
"data",
"fake"
],
"author": "Matthew Lockyer",
"license": "ISC",
"dependencies": {
"faker": "^4.1.0"
}
}