-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 924 Bytes
/
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
{
"name": "chiri",
"version": "1.0.1",
"bin": {
"chiri": "out/chiri.js"
},
"main": "out/chiri.js",
"types": "out/chiri.d.ts",
"scripts": {
"play": "node tsc2.js && concurrently --prefix none \"node tsc2.js --watch\" \"chiri playground -w\"",
"watch": "node tsc2.js --watch",
"build": "node tsc2.js"
},
"repository": "github:fluff4me/chiri",
"license": "MIT",
"dependencies": {
"source-map": "0.7.4",
"chokidar": "3.6.0"
},
"devDependencies": {
"typescript": "5.6.2",
"@types/node": "20.11.30",
"dotenv": "16.4.5",
"concurrently": "9.0.0",
"eslint": "8.52.0",
"@types/eslint": "8.44.6",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"eslint-plugin-only-warn": "1.0.3",
"source-map-support": "0.5.21",
"@types/source-map-support": "0.5.10",
"typescript-girlboss": "0.0.4",
"typescript-ignore-leftmost-nullish-literal-errors": "0.0.1"
}
}