UNPKG

@icoms-detection/server-esp32

Version:

This is the OFFICIAL SERVER library created by Icoms Detection to run their apps.

46 lines (45 loc) 1.17 kB
{ "name": "@icoms-detection/server-esp32", "version": "0.1.2", "license": "UNLICENSED", "description": "This is the OFFICIAL SERVER library created by Icoms Detection to run their apps.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist", "/public" ], "keywords": [ "Typescript", "Icoms", "Server", "Radar" ], "scripts": { "test": "jest", "start": "tsc && node dist/index.js", "dev": "nodemon src/index.ts", "build": "tsc && cp -r src/public ./dist/" }, "repository": { "type": "git", "url": "git+https://MaloEmbie@bitbucket.org/icoms-dev/icoms-server-esp32.git" }, "author": "Malo Misson", "homepage": "https://bitbucket.org/icoms-dev/icoms-server-esp32#readme", "devDependencies": { "@babel/core": "^7.15.5", "@babel/preset-env": "^7.15.6", "@babel/preset-typescript": "^7.15.0", "@types/jest": "^27.0.2", "@types/node": "^16.9.1", "axios": "^0.21.4", "babel-jest": "^27.2.1", "eslint": "^7.32.0", "jest": "^27.2.1", "nodemon": "^2.0.12", "ts-node": "^10.2.1", "tslint": "^6.1.3", "typescript": "^4.4.3" } }