abacus-ts
Version:
Mini calculator implemented by only TypeScript type operation
29 lines (28 loc) • 620 B
JSON
{
"name": "abacus-ts",
"version": "1.0.1",
"description": "Mini calculator implemented by only TypeScript type operation",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Quramy/abacus-ts.git"
},
"keywords": [
"TypeScript",
"Joke"
],
"author": "Quramy",
"license": "MIT",
"bugs": {
"url": "https://github.com/Quramy/abacus-ts/issues"
},
"homepage": "https://github.com/Quramy/abacus-ts#readme",
"devDependencies": {
"prettier": "^2.2.1",
"typescript": "^4.2.2"
}
}