@tannerntannern/budgeteer
Version:
A specialized constraint solver for budget flows
35 lines (34 loc) • 973 B
JSON
{
"name": "@tannerntannern/budgeteer",
"version": "1.0.4",
"description": "A specialized constraint solver for budget flows",
"keywords": [
"budgeting",
"constraint solver"
],
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"docs": "rimraf docs && typedoc --out docs ./src && touch ./docs/.nojekyll && git add docs",
"build": "rimraf dist && tsc",
"watch": "tsc --watch",
"version": "yarn build && yarn docs",
"release": "git push && git push --tags && npm publish --registry https://registry.npmjs.org --access public"
},
"dependencies": {
"kiwi.js": "^1.1.1"
},
"devDependencies": {
"rimraf": "^2.6.3",
"touch": "^3.1.0",
"typedoc": "^0.14.2",
"typescript": "3.4.5"
},
"repository": "https://github.com/tannerntannern/budgeteer.git",
"author": "Tanner Nielsen",
"license": "MIT"
}