Redo 1099-B to be simplerf for recording adjustments.
[ustaxlib.git] / package.json
1 {
2 "name": "ustaxlib",
3 "version": "0.1.0",
4 "description": "A library for modeling individual US tax returns.",
5 "scripts": {
6 "dev": "jest --watch",
7 "test": "jest",
8 "check": "tsc --noEmit",
9 "debug": "node --inspect-brk --stack-trace-limit=1000 node_modules/.bin/jest --coverage=false",
10 "prepublish": "tsc",
11 "build": "tsc && cp package.json dist"
12 },
13 "author": "Robert Sesek",
14 "license": "GPL-3.0-only",
15 "dependencies": {
16 "typescript": "^3.8.2"
17 },
18 "devDependencies": {
19 "@types/jest": "^25.1.2",
20 "jest": "^25.1.0",
21 "ts-jest": "^25.2.0"
22 }
23 }