Skip to content

Commit

Permalink
chore: update package.json with more meta information
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakrok09 committed Apr 22, 2024
1 parent 8b02b80 commit b499a0e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"name": "ts-automata",
"version": "0.5.0",
"description": "Automata utility package for FSMs, PDAs, TMs in JS/TS.",
"keywords": [
"automata","typescript", "math",
"finite-state-machine","pushdown-automaton",
"turing-machine", "dfa", "nfa", "pda", "tm"
],
"license": "MIT",
"author": "Kiril Panayotov <[email protected]> (https://zakrok.dev)",
"homepage": "https://github.com/Zakrok09/ts-automata",
"exports": {
".": {
Expand All @@ -26,13 +33,6 @@
"test": "vitest",
"coverage": "vitest run --coverage"
},
"keywords": [
"automata",
"typescript",
"math"
],
"author": "Kiril Panayotov",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.0",
Expand Down

0 comments on commit b499a0e

Please sign in to comment.