magnetar/fe_calckey/frontend/magnetar-common/package.json

20 lines
426 B
JSON
Raw Normal View History

{
"name": "magnetar-common",
"version": "0.0.1",
"main": "./built/index.js",
"types": "./built/index.d.ts",
"scripts": {
"build": "tsc"
},
"author": "Natty",
"license": "MIT",
"description": "A library with common utilities for Magnetar application development",
"devDependencies": {
2024-04-08 01:10:23 +00:00
"@types/node": "20.8.10",
"typescript": "^5.1.6"
},
"dependencies": {
"eventemitter3": "^5.0.1"
}
}