ojousima.ruuvi_endpoints.ts
Version:
Experiments with RuuviTags and TS
53 lines (52 loc) • 1.39 kB
JSON
{
"name": "ojousima.ruuvi_endpoints.ts",
"version": "4.1.0",
"description": "Experiments with RuuviTags and TS",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"src"
],
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ojousima/ojousima.ruuvi_endpoints.ts.git"
},
"keywords": [
"RuuviTag",
"endpoints",
"ts"
],
"author": "Otso Jousimaa",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/ojousima/ojousima.ruuvi_endpoints.ts/issues"
},
"homepage": "https://github.com/ojousima/ojousima.ruuvi_endpoints.ts#readme",
"devDependencies": {
"@types/jest": "^28.1.5",
"jest": "^28.1.3",
"noble": "github:ojousima/noble",
"prettier": "^2.7.1",
"ts-jest": "^28.0.6",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@types/aes-js": "^3.1.1",
"@types/noble": "0.0.41",
"aes-js": "^3.1.2"
}
}