ais-web
Version:
Compact AIS decoder in TypeScript for browser and web apps
39 lines (38 loc) • 831 B
JSON
{
"name": "ais-web",
"version": "0.0.6",
"description": "Compact AIS decoder in TypeScript for browser and web apps",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"prepublishOnly": "npm run build",
"test": "jest --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/felipecarrillo100/ais-web.git"
},
"keywords": [
"ais",
"decoder",
"vessel",
"navigation",
"typescript",
"web",
"browser"
],
"author": "Your Name",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.2",
"jest": "^29.5.0",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"typescript": "^5.1.6"
}
}