Make Form input strongly typed with generics.
[ustaxlib.git] / package.json
1 {
2 "name": "ustaxlib",
3 "version": "0.1.0",
4 "description": "A library for modeling individual US tax returns.",
5 "main": "src/index.js",
6 "scripts": {
7 "test": "jest"
8 },
9 "author": "Robert Sesek",
10 "license": "ISC",
11 "dependencies": {
12 "typescript": "^3.7.5"
13 },
14 "devDependencies": {
15 "@types/jest": "^25.1.2",
16 "jest": "^25.1.0",
17 "ts-jest": "^25.2.0"
18 }
19 }