rajaongkir
Version:
the client library for Rajaongkir API
38 lines (37 loc) • 915 B
JSON
{
"name": "rajaongkir",
"version": "1.0.12",
"description": "the client library for Rajaongkir API",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "mocha",
"build": "tsc -p tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gusmanwidodo/rajaongkir-js.git"
},
"keywords": [
"rajaongkir",
"nodejs",
"typescript"
],
"author": "Gusman Widodo <gusmanwidodo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gusmanwidodo/rajaongkir-js/issues"
},
"homepage": "https://github.com/gusmanwidodo/rajaongkir-js#readme",
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"assert": "^2.1.0",
"chai": "^4.4.1",
"cross-env": "^7.0.3",
"mocha": "^10.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}