-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.99 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@termsurf/vine",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"main": "./host/index.js",
"files": [
"./host/index.js",
"./host/index.js.map",
"./host/index.d.ts"
],
"scripts": {
"make": "tsc && tsc-alias",
"scan": "concurrently --kill-others \"tsc -w\" \"tsc-alias -w\"",
"test": "NODE_NO_WARNINGS=1 tsx test.ts",
"host": "pnpm make && npm publish --access=public"
},
"devDependencies": {
"@termsurf/kink": "^0.1.6",
"@termsurf/kink-tree": "^0.1.1",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/graceful-fs": "^4.1.9",
"@types/is-gzip": "^2.0.2",
"@types/lodash": "^4.14.194",
"@types/node": "^18.11.17",
"@types/normalize-path": "^3.0.2",
"@types/prettier": "^2.7.2",
"@types/randombytes": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"chokidar": "^3.5.3",
"concurrently": "^7.6.0",
"cross-fetch": "^3.1.6",
"date-fns": "^3.6.0",
"email-validator": "^2.0.4",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^24.0.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-sort-exports": "^0.8.0",
"eslint-plugin-sort-keys": "^2.3.5",
"kysely": "^0.24.2",
"prettier": "^2.8.1",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.2",
"tsx": "^3.12.7",
"typescript": "^5.1.3"
},
"dependencies": {
"@termsurf/tail": "^0.0.2",
"@termsurf/tint-text": "^0.0.4",
"graceful-fs": "^4.2.11",
"is-gzip": "^2.0.0",
"lodash": "^4.17.21",
"normalize-path": "^3.0.0",
"randombytes": "^2.1.0",
"rename-overwrite": "^5.0.0",
"strip-bom": "^5.0.0",
"symlink-dir": "^6.0.0",
"tmp-promise": "^3.0.3"
}
}