|
1 | 1 | { |
2 | | - "name": "design-system", |
| 2 | + "name": "conev-sync", |
3 | 3 | "version": "1.0.0", |
4 | 4 | "description": "", |
5 | 5 | "main": "dist/index.js", |
|
8 | 8 | "build:production": "cross-env NODE_ENV=production npm run build", |
9 | 9 | "build": "gulp", |
10 | 10 | "neon": "neon", |
11 | | - "lint": "eslint --fix . --resolve-plugins-relative-to .", |
| 11 | + "lint": "eslint . --resolve-plugins-relative-to .", |
| 12 | + "lint:fix": "eslint --fix . --resolve-plugins-relative-to .", |
12 | 13 | "lint:staged": "lint-staged", |
13 | 14 | "test": "jest", |
14 | 15 | "package:init": "script/init-package.sh package", |
15 | | - "package:sync": "script/sync-package.sh package", |
| 16 | + "package:snpync": "script/sync-package.sh package", |
16 | 17 | "package:neon:init": "script/init-neon-package.sh package", |
17 | 18 | "tsc:init": "tsc --init", |
18 | 19 | "eslint": "eslint", |
19 | 20 | "all:install": "script/run-command-all-package.sh install", |
20 | 21 | "all:build": "script/run-command-all-package.sh run build", |
21 | 22 | "all:build:production": "script/run-command-all-package.sh run build:production", |
22 | | - "prepublish": "npm run all:build:production && npm run test" |
| 23 | + "prepublish": "npm run all:build:production" |
23 | 24 | }, |
24 | 25 | "repository": { |
25 | 26 | "type": "git", |
|
38 | 39 | } |
39 | 40 | }, |
40 | 41 | "lint-staged": { |
41 | | - "src/*.{js,ts}": [ |
| 42 | + "*.{js,ts}": [ |
42 | 43 | "eslint --fix" |
43 | 44 | ] |
44 | 45 | }, |
|
67 | 68 | "@typescript-eslint/parser": "^3.10.1", |
68 | 69 | "cross-env": "^7.0.2", |
69 | 70 | "eslint": "^7.7.0", |
70 | | - "eslint-config-airbnb-base": "^14.2.0", |
| 71 | + "eslint-config-airbnb-typescript": "^9.0.0", |
71 | 72 | "eslint-config-prettier": "^6.11.0", |
72 | 73 | "eslint-plugin-import": "^2.22.0", |
73 | 74 | "eslint-plugin-prettier": "^3.1.4", |
|
80 | 81 | "prettier": "^2.1.1", |
81 | 82 | "ts-jest": "^26.3.0", |
82 | 83 | "typescript": "^4.0.2" |
| 84 | + }, |
| 85 | + "dependencies": { |
| 86 | + "conev-core": "file:package/conev-core", |
| 87 | + "conev-json-source": "file:package/conev-json-source" |
83 | 88 | } |
84 | 89 | } |
0 commit comments