search.0t.rocks/dataapp/package.json

37 lines
923 B
JSON
Raw Normal View History

2023-07-06 05:15:23 +00:00
{
"name": "dataapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/pm2 start index.ts",
"dev": "ts-node index.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/coinbase-commerce-node": "^1.0.6",
"@types/express": "^4.17.15",
"@types/ip": "^1.1.0",
"@types/lodash": "^4.14.191",
"@types/mustache": "^4.2.2",
"@types/uuid": "^9.0.1",
"axios": "^1.2.2",
"body-parser": "^1.20.2",
"coinbase-commerce-node": "^1.0.4",
"express": "^4.18.2",
"ip": "^1.1.8",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"mustache.js": "^1.0.0",
"node-fetch": "^3.3.1",
"pm2": "^5.2.2",
"requests": "^0.3.0",
"simple-statistics": "^7.8.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"uuid": "^9.0.0"
}
}