UNPKG

standardised-vessel-dataset

Version:

This is an open-source typescript library designed to wrap around and provide additional functionality related to the standardised Vessel Dataset for Noon Reports developed by the Smart Maritime Network.

32 lines (31 loc) 866 B
{ "name": "standardised-vessel-dataset", "version": "1.1.0", "description": "This is an open-source typescript library designed to wrap around and provide additional functionality related to the standardised Vessel Dataset for Noon Reports developed by the Smart Maritime Network.", "main": "lib/standardised-vessel-dataset.js", "types": "lib/index.d.ts", "scripts": { "build": "rollup -c --bundleConfigAsCjs", "clean": "rimraf lib/* --glob", "pretest": "tsc" }, "keywords": [ "vessel", "noon", "reports" ], "author": "Ceataec AS", "license": "MIT", "files": [ "lib" ], "devDependencies": { "@types/node": "^20.11.24", "rimraf": "^5.0.5", "rollup": "^4.12.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.36.0", "tslib": "^2.6.2", "typescript": "^5.3.3" } }