UNPKG

ielts-band-calculator

Version:

This package helps people to calculate overall balls of Ielts, in 4 sections

33 lines (32 loc) 873 B
{ "name": "ielts-band-calculator", "version": "1.0.0", "description": "This package helps people to calculate overall balls of Ielts, in 4 sections", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "npx ts-node src/server.ts", "dev": "nodemon src/server.ts" }, "repository": { "type": "git", "url": "git+https://github.com/juratbekoff/ielts-band-calculator.git" }, "keywords": [ "band-calculator", "ielts", "juratdev" ], "author": "juratbekoff", "license": "ISC", "bugs": { "url": "https://github.com/juratbekoff/ielts-band-calculator/issues" }, "homepage": "https://github.com/juratbekoff/ielts-band-calculator#readme", "dependencies": { "@types/cors": "^2.8.13", "@types/express": "^4.17.17", "cors": "^2.8.5", "express": "^4.18.2" } }