You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
943 B
35 lines
943 B
{
|
|
"name": "Anchiale-client",
|
|
"version": "1.0.0",
|
|
"description": "Client for taking a temperature measure",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start:build": "tsc -w",
|
|
"start:run": "node build/index.js",
|
|
"start": "concurrently npm:start:*",
|
|
"develop": "nodemon build/index.js",
|
|
"dev": "concurrently npm:start:build npm:develop"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/xrazis/Anchiale-pi.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/xrazis/Anchiale-pi/issues"
|
|
},
|
|
"homepage": "https://github.com/xrazis/Anchiale-pi#readme",
|
|
"dependencies": {
|
|
"@types/node": "^14.14.7",
|
|
"@types/socket.io-client": "^1.4.34",
|
|
"@types/uuid": "^8.3.0",
|
|
"chalk": "^3.0.0",
|
|
"concurrently": "^5.3.0",
|
|
"dotenv": "^8.2.0",
|
|
"nodemon": "^2.0.6",
|
|
"socket.io-client": "^3.0.0",
|
|
"typescript": "^4.0.5"
|
|
}
|
|
}
|
|
|