simscript
Version:
A Discrete Event Simulation Library in TypeScript
36 lines (35 loc) • 887 B
JSON
{
"name": "simscript",
"version": "1.0.37",
"description": "A Discrete Event Simulation Library in TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"keywords": [
"Discrete Event Simulation",
"Simulation",
"Animation",
"X3DOM",
"A-Frame",
"Network"
],
"author": "Bernardo Castilho",
"license": "ISC",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bernardo-Castilho/SimScript.git"
},
"bugs": {
"url": "https://github.com/Bernardo-Castilho/SimScript/issues"
},
"homepage": "https://github.com/Bernardo-Castilho/SimScript#readme",
"dependencies": {
"typedoc": "^0.20.36",
"typescript": "^4.2.4"
}
}