ongkir
Version:
Shipping charges from logistic services in Indonesia
34 lines (33 loc) • 762 B
JSON
{
"name": "ongkir",
"version": "0.0.5",
"description": "Shipping charges from logistic services in Indonesia",
"keywords": [
"shipping charges",
"ongkir"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "M Gilang Januar",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3",
"https": "^1.0.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/cheerio": "^0.22.15",
"@types/node": "^13.1.1",
"tslint": "^5.20.1",
"typescript": "^3.7.4"
}
}