@ginstone/nga-api
Version:
34 lines (33 loc) • 712 B
JSON
{
"name": "@ginstone/nga-api",
"version": "1.1.184",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.js",
"scripts": {
"clear": "rmdir dist /s /q",
"package": "tsc",
"pub": "npm publish --access public",
"patch": "npm version patch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nga",
"api"
],
"files": [
"dist",
"README.md"
],
"author": "@ginstone",
"license": "ISC",
"dependencies": {
"@ginstone/common-utils": "^1.0.15",
"axios": "^1.3.6",
"iconv-lite": "^0.6.3",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/node": "^20.2.4"
}
}