solutasimilique
Version:
Typescript implementation of the Ethernet/IP™ protocol.
39 lines • 904 B
JSON
{
"name": "solutasimilique",
"version": "1.0.0",
"description": "Typescript implementation of the Ethernet/IP™ protocol.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"dev": "nodemon src/tests/app.ts",
"dev2": "nodemon src/tests/test.ts",
"build": "tsc",
"version": "changeset version"
},
"repository": {
"type": "git",
"url": "https://github.com/JalenMcLaughlin/solutasimilique.git"
},
"keywords": [
"voluptatem",
"rockwell",
"control-logix",
"fieldbus",
"qui",
"repudiandae"
],
"author": "CathyCronin",
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.25.2",
"@types/node": "^17.0.45",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"packageManager": "pnpm@7.13.0"
}