|
12 | 12 | "typings"
|
13 | 13 | ],
|
14 | 14 | "scripts": {
|
15 |
| - "format": "prettier --write .", |
16 |
| - "test.format": "prettier . --check", |
17 |
| - "lint": "eslint . --fix", |
18 |
| - "test.lint": "eslint .", |
| 15 | + "build": "npm run clean && npm run compile", |
19 | 16 | "clean": "shx rm -rf build && mkdirp build",
|
20 |
| - "copy.typings": "shx cp -r ./typings ./build", |
21 | 17 | "compile": "npm run copy.typings && tsc",
|
22 |
| - "build": "npm run clean && npm run compile", |
23 |
| - "watch": "npm run compile -- --watch", |
| 18 | + "copy.typings": "shx cp -r ./typings ./build", |
| 19 | + "format": "prettier --write .", |
| 20 | + "lint": "eslint . --fix", |
24 | 21 | "prepare": "npm run clean && npm run compile",
|
25 |
| - "test": "npm run compile && atom --test build/test" |
| 22 | + "test": "npm run compile && atom --test build/test", |
| 23 | + "test.format": "prettier . --check", |
| 24 | + "test.lint": "eslint .", |
| 25 | + "watch": "npm run compile -- --watch" |
26 | 26 | },
|
27 | 27 | "prettier": "prettier-config-atomic",
|
28 |
| - "atomTestRunner": "./test/runner", |
29 | 28 | "dependencies": {
|
30 | 29 | "atom-ide-base": "^3.3.0",
|
31 | 30 | "rimraf": "^3.0.2",
|
|
36 | 35 | },
|
37 | 36 | "devDependencies": {
|
38 | 37 | "@types/atom": "^1.40.11",
|
39 |
| - "@types/jasmine": "^3.8.2", |
40 |
| - "@types/node": "^16.7.4", |
| 38 | + "@types/jasmine": "^3.10.2", |
| 39 | + "@types/node": "^16.11.6", |
41 | 40 | "@types/rimraf": "^3.0.2",
|
42 |
| - "atom-jasmine3-test-runner": "^5.2.8", |
| 41 | + "atom-jasmine3-test-runner": "^5.2.9", |
43 | 42 | "eslint-config-atomic": "1.16.5",
|
44 |
| - "prettier-config-atomic": "^3.0.0", |
| 43 | + "prettier-config-atomic": "^3.0.1", |
45 | 44 | "shx": "^0.3.3",
|
46 | 45 | "spawk": "^1.7.1",
|
47 | 46 | "standard-language-server": "^0.1.0",
|
48 |
| - "typescript": "~4.4.2" |
49 |
| - } |
| 47 | + "typescript": "~4.4.4" |
| 48 | + }, |
| 49 | + "atomTestRunner": "./test/runner" |
50 | 50 | }
|
0 commit comments