solvx_reservoir_tools
Version:
Client library for SolvxAI Reservoir Engineering Tools - Property of Nexa Consulting Services
35 lines (34 loc) • 737 B
JSON
{
"name": "solvx_reservoir_tools",
"version": "1.0.1",
"description": "Client library for SolvxAI Reservoir Engineering Tools - Property of Nexa Consulting Services",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest"
},
"keywords": [
"pvt",
"oil",
"gas",
"reservoir",
"engineering",
"bhp",
"nexa",
"consulting"
],
"author": "Nexa Consulting Services Inc",
"license": "UNLICENSED",
"dependencies": {
"axios": "^1.6.7"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.11.19",
"jest": "^29.7.0",
"ts-jest": "^29.3.1",
"typescript": "^5.3.3"
}
}