@mx-interface/mtconnect-ts
Version:
MTConnect client library for TypeScript
51 lines (50 loc) • 1.17 kB
JSON
{
"name": "@mx-interface/mtconnect-ts",
"version": "1.0.0",
"description": "MTConnect client library for TypeScript",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/processrobotics/mtconnect-ts.git"
},
"bugs": {
"url": "https://github.com/processrobotics/mtconnect-ts/issues"
},
"homepage": "https://github.com/processrobotics/mtconnect-ts#readme",
"files": [
"dist/",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "tsc && copyfiles -u 1 \"src/**/*.js\" dist",
"prepublishOnly": "npm run build",
"demo": "tsx demo/demo.ts"
},
"keywords": [
"mtconnect",
"manufacturing",
"iot"
],
"author": "mx-interface",
"devDependencies": {
"@types/express": "^5.0.3",
"@types/node": "^24.1.0",
"copyfiles": "^2.4.1",
"cors": "^2.8.5",
"express": "^5.1.0",
"socket.io": "^4.8.1",
"ts-node": "^10.9.2",
"tsx": "^4.20.3",
"typescript": "^4.9.5"
},
"dependencies": {
"jsonpath-plus": "^10.3.0",
"three": "^0.178.0"
}
}