-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.2 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
{
"name": "@speedy-js/speedy-stats-action",
"version": "0.9.2-0",
"description": "Speedy Stats",
"private": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "mocha -r esbuild-register __tests__/*.spec.ts",
"setup:debug": "esno debug-setup.ts",
"clean:debug": "esno debug-cleanup.ts",
"action:debug": "NODE_ENV=debug node -r ./register.js --expose-gc index.ts",
"action:start": "node -r ./register.js --expose-gc index.ts",
"build": "tsc --noEmit",
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@microsoft/rush-lib": "5.58.0",
"@napi-rs/simple-git": "^0.1.5",
"@speedy-js/speedy-config-loader": "^0.10.1",
"esbuild": "^0.14.27",
"esbuild-register": "^3.3.2",
"fs-extra": "10.0.0",
"node-fetch": "2.6.2",
"pretty-bytes": "5.6.0",
"pretty-ms": "7.0.1",
"url-join": "^4.0.1"
},
"devDependencies": {
"@hanao/eslint-config-basic": "^0.1.3",
"@speedy-js/speedy-core": "^0.11.2-alpha.0",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.20",
"@types/node-fetch": "2.6.2",
"@types/url-join": "^4.0.1",
"chai": "4.3.4",
"eslint": "7.30.0",
"mocha": "9.1.3",
"typescript": "^4.5.5"
}
}