1
0
Fork 0
agulator/typescript/package.json

17 lines
310 B
JSON

{
"name": "agulator",
"type": "module",
"version": "1.0.0",
"description": "calculator equivalent to agda",
"main": "out/index.js",
"scripts": {
"test": "mocha"
},
"author": "ssube",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.7.23",
"typescript": "^4.8.4"
}
}