@bencevans/kalman-filter
Version:
34 lines (33 loc) • 805 B
JSON
{
"name": "@bencevans/kalman-filter",
"version": "1.0.0",
"description": "Kalman Filter",
"main": "dist/index.js",
"scripts": {
"build": "tsc src/*.ts --outDir dist -d --sourceMap",
"test": "ts-node src/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bencevans/kalman-filter.git"
},
"keywords": [
"kalman",
"filter",
"location",
"smoothing",
"error",
"uncertainty"
],
"author": "Ben Evans <ben@bluechimp.io> (https://bencevans.io)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/bencevans/kalman-filter/issues"
},
"homepage": "https://github.com/bencevans/kalman-filter#readme",
"devDependencies": {
"prettier": "1.18.2",
"ts-node": "^8.3.0",
"typescript": "^3.5.2"
}
}