epic-p2p-shipping
Version:
A Point to Point Shipping calculation library.
37 lines (36 loc) • 800 B
JSON
{
"name": "epic-p2p-shipping",
"version": "1.0.6",
"description": "A Point to Point Shipping calculation library.",
"main": "./src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "ts-node ./test/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Saff-Elli-Khan/epic-p2p-shipping.git"
},
"keywords": [
"epic",
"Point",
"to",
"Point",
"p2p",
"shipping",
"cost"
],
"author": "Saif Ali Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Saff-Elli-Khan/epic-p2p-shipping/issues"
},
"homepage": "https://github.com/Saff-Elli-Khan/epic-p2p-shipping#readme",
"devDependencies": {
"@types/node": "^14.14.21",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}