-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.25 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
{
"name": "@jleeothon/slumpisk",
"private": true,
"homepage": "https://github.com/jleeothon/conlang1#readme",
"bugs": {
"url": "https://github.com/jleeothon/conlang1/issues"
},
"description": "Slumpisk - yet another Germanic conlang",
"repository": {
"type": "git",
"url": "git+https://github.com/jleeothon/conlang1.git"
},
"license": "ISC",
"author": "",
"type": "module",
"exports": "./index.js",
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "husky install",
"sort-package-json": "git ls-files '**/package.json' | xargs sort-package-json"
},
"dependencies": {
"ajv": "^8.7.1",
"delay": "^5.0.0",
"eslint-config-prettier": "^8.5.0",
"filter-obj": "^3.0.0",
"handlebars": "^4.7.7",
"js-yaml": "^4.1.0",
"load-json-file": "^7.0.1",
"p-map": "^5.3.0",
"pkg-dir": "^6.0.1",
"prettier": "^2.4.1",
"redisgraph.js": "^2.3.0",
"string-natural-compare": "^3.0.1",
"verror": "^1.10.1",
"write-json-file": "^5.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"eslint": "^8.29.0",
"husky": "^8.0.0",
"sort-package-json": "^2.1.0",
"ts-node": "^10.9.1",
"turbo": "^1.9.3",
"typescript": "^5.0.0"
},
"engines": {
"node": "^18"
}
}