-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "next-typed-pages",
"version": "0.4.0",
"repository": "github:yarnaimo/next-typed-pages",
"license": "MIT",
"author": "yamaimo <[email protected]>",
"main": "dist/index.js",
"bin": "dist/bin/main.js",
"scripts": {
"build": "tsc",
"debug": "node --inspect -r ts-node/register",
"dev": "yarn ts-node src/index.ts",
"lint": "eslint --ignore-path .gitignore '**/*.{js,jsx,ts,tsx}'",
"prepare": "yarn build",
"start": "NODE_ENV=production node dist/index.js",
"test": "NODE_ENV=test jest",
"ts-node": "ts-node"
},
"dependencies": {
"getopts": "^2.3.0",
"type-fest": "^1.0.1"
},
"devDependencies": {
"@arkweid/lefthook": "^0.7.2",
"@sindresorhus/tsconfig": "^1.0.1",
"@types/jest": "^26.0.22",
"@types/prettier": "^2.2.3",
"@yarnaimo/eslint-config": "^0.2.3",
"jest": "^26.6.3",
"next": "^12.0.4",
"prettier": "^2.2.1",
"react": "^17.0.2",
"sort-package-json": "^1.49.0",
"ts-jest": "^26.5.4",
"ts-node": "^9.1.1",
"tsd": "^0.14.0",
"typescript": "^4.2.4"
}
}