-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "@spark-build/nest-lint",
"version": "0.0.5",
"description": "nest-lint",
"author": "[email protected]",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"bin": {
"nest-lint-init": "dist/bin/index.js"
},
"engines": {
"node": ">= 10.13.0",
"npm": ">= 6.11.0"
},
"scripts": {
"build": "rm -rf dist && tsc --build tsconfig.json",
"publishPackage": "yarn build && npm version patch && npm publish",
"bin_dev": "node_modules/.bin/ts-node src/bin/index.ts"
},
"homepage": "https://github.com/spark-build/nest-lint#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"chalk": "^4.1.0",
"eslint": "7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.0",
"prettier": "^2.2.1",
"typescript": "^4.1.3",
"fs-extra": "^9.0.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.5",
"@types/node": "^14.14.14",
"ts-node": "^9.1.1"
}
}