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.
26 lines
605 B
26 lines
605 B
4 years ago
|
{
|
||
|
"name": "Anchiale-pi",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Client for taking a temperature measure",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start:build": "tsc -w",
|
||
|
"start:run": "nodemon build/index.js",
|
||
|
"start": "concurrently npm:start:*"
|
||
|
},
|
||
|
"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": {
|
||
|
"nodemon": "^2.0.6"
|
||
|
}
|
||
|
}
|