433-utils
Version:
This project is a portage in TypeScript of the repository https://github.com/ninjablocks/433Utils
29 lines (28 loc) • 762 B
JSON
{
"name": "433-utils",
"version": "1.1.3",
"description": "This project is a portage in TypeScript of the repository https://github.com/ninjablocks/433Utils",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:dependencies": "git submodule update --init --recursive && cd custom433Utils/ && /usr/bin/make",
"build": "tsc",
"preinstall": "npm run build:dependencies",
"postinstall": "npm run build"
},
"keywords": [
"433",
"TypeScript",
"Node"
],
"author": {
"name": "Baudev",
"email": "baudev.contact@gmail.com"
},
"license": "ISC",
"devDependencies": {
"@types/node": "^13.7.0",
"typescript": "^3.7.5"
}
}