-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.26 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
68
69
70
71
72
73
74
75
76
77
78
{
"name": "ilo-nasin",
"version": "0.0.1",
"description": "tool for jan pi toki pona to describe their personal way or nasin of using the language.",
"main": "./dist/index.js",
"type": "module",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts}": "npm run lint:fix"
},
"scripts": {
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1",
"build:server": "echo \"pakala: tenpo ante la o pali e ni\" && exit 1",
"build:static": "echo \"pakala: tenpo ante la o pali e ni\" && exit 1",
"dev": "cross-env NODE_ENV=development nodemon --exec \"ts-node --swc --esm\" ./src/index.ts",
"lint": "eslint --cache",
"lint:fix": "eslint --cache --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zorbyte/ilo-nasin.git"
},
"keywords": [
"ilo",
"nasin"
],
"author": "we'll have to agree on how we do this later",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/zorbyte/ilo-nasin/issues"
},
"homepage": "https://github.com/zorbyte/ilo-nasin#readme",
"devDependencies": {
"@swc/core": "^1.2.205",
"@swc/helpers": "^0.4.2",
"@types/compression": "^1.7.2",
"@types/debug": "^4.1.7",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"cross-env": "^7.0.3",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.2",
"nodemon": "^1.3.3",
"prettier": "^2.7.1",
"regenerator-runtime": "^0.13.9",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"dependencies": {
"art-template": "^4.13.2",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"debug": "^4.3.4",
"dotenv": "^16.0.1",
"eta": "^1.12.3",
"express": "^4.18.1",
"express-art-template": "^1.0.1",
"express-session": "^1.17.3",
"helmet": "^5.1.0",
"memorystore": "^1.6.7",
"pg": "^8.7.3",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.3.6"
}
}