-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "txsm",
"version": "1.0.4",
"description": "",
"type": "module",
"types": "./build/cjs/index.d.cts",
"engines": {
"node": "^21.2.0"
},
"files": [
"build"
],
"exports": {
".": {
"require": {
"types": "./build/cjs/index.d.cts",
"default": "./build/cjs/index.cjs"
},
"default": {
"types": "./build/cjs/index.d.cts",
"default": "./build/cjs/index.cjs"
},
"import": {
"types": "./build/esm/index.d.mts",
"default": "./build/esm/index.mjs"
}
}
},
"keywords": [
"fsm",
"state",
"machine"
],
"author": "soanvig <[email protected]>",
"license": "LGPL-3.0",
"repository": {
"type": "github",
"url": "https://github.com/soanvig/txsm"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"eslint-plugin-import-quotes": "^0.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
}
}