-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 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
{
"name": "@suzulabo/ttscripts",
"version": "0.0.3",
"description": "Simple task runner for TypeScript or JavaScript",
"homepage": "https://github.com/suzulabo/ttscripts#readme",
"repository": {
"type": "git",
"url": "https://github.com/suzulabo/ttscripts.git"
},
"author": "Kenji Suzuki",
"keywords": [
"task",
"scripts",
"build",
"make",
"system",
"tool"
],
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"-": "node -r esbuild-register scripts/index.ts"
},
"devDependencies": {
"@types/jest": "27.0.3",
"@types/node": "17.0.0",
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"esbuild": "0.14.5",
"esbuild-jest": "0.5.0",
"esbuild-register": "3.2.1",
"eslint": "8.4.1",
"eslint-config-prettier": "8.3.0",
"jest": "27.4.5",
"prettier": "2.5.1",
"ts-unused-exports": "7.0.3",
"typescript": "4.5.4"
}
}