plugins-evert/package.json

25 lines
484 B
JSON

{
"name": "plugins-evert",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@squeebot/core": "file:../core",
"convert-units": "^2.3.4",
"mathjs": "^8.0.1",
"typescript": "^4.1.2"
},
"devDependencies": {
"@types/convert-units": "^2.3.3",
"@types/mathjs": "^6.0.8",
"@types/node": "^14.14.10"
}
}