|
9 | 9 | "@octokit/openapi-types": "^18.0.0" |
10 | 10 | }, |
11 | 11 | "scripts": { |
12 | | - "build": "pika-pack build", |
| 12 | + "build": "node scripts/build.mjs && tsc -p tsconfig.json", |
13 | 13 | "docs": "typedoc --readme none --out docs src/index.ts && touch docs/.nojekyll", |
14 | 14 | "lint": "prettier --check \"{src,test,scripts}/**/*.{js,ts,json}\" README.md package.json !src/generated/* !scripts/update-endpoints/generated/*", |
15 | 15 | "lint:fix": "prettier --write \"{src,test,scripts}/**/*.{js,ts,json}\" README.md package.json !src/generated/* !scripts/update-endpoints/generated/*", |
|
31 | 31 | "author": "Gregor Martynus (https://twitter.com/gr2m)", |
32 | 32 | "license": "MIT", |
33 | 33 | "devDependencies": { |
34 | | - "@pika/pack": "^0.3.7", |
35 | | - "@pika/plugin-build-node": "^0.9.0", |
36 | | - "@pika/plugin-build-web": "^0.9.0", |
37 | | - "@pika/plugin-ts-standard-pkg": "^0.9.0", |
| 34 | + "@octokit/tsconfig": "^1.0.2", |
38 | 35 | "@types/node": ">= 8", |
39 | 36 | "github-openapi-graphql-query": "^4.0.0", |
40 | 37 | "handlebars": "^4.7.6", |
41 | 38 | "json-schema-to-typescript": "^13.0.0", |
42 | 39 | "lodash.set": "^4.3.2", |
43 | 40 | "npm-run-all": "^4.1.5", |
44 | 41 | "pascal-case": "^3.1.1", |
45 | | - "pika-plugin-merge-properties": "^1.0.6", |
46 | 42 | "prettier": "^2.0.0", |
47 | 43 | "semantic-release": "^21.0.0", |
48 | 44 | "semantic-release-plugin-update-version-in-files": "^1.0.0", |
|
51 | 47 | "typedoc": "^0.24.0", |
52 | 48 | "typescript": "^5.0.0" |
53 | 49 | }, |
54 | | - "@pika/pack": { |
55 | | - "pipeline": [ |
56 | | - [ |
57 | | - "@pika/plugin-ts-standard-pkg" |
58 | | - ], |
59 | | - [ |
60 | | - "pika-plugin-merge-properties", |
61 | | - { |
62 | | - "properties": { |
63 | | - "octokit": "see https://github.com/jabuco/pika-plugin-merge-properties/issues/2" |
64 | | - } |
65 | | - } |
66 | | - ], |
67 | | - [ |
68 | | - "@pika/plugin-build-node" |
69 | | - ], |
70 | | - [ |
71 | | - "@pika/plugin-build-web" |
72 | | - ] |
73 | | - ] |
74 | | - }, |
75 | 50 | "release": { |
76 | 51 | "branches": [ |
77 | 52 | "+([0-9]).x", |
|
0 commit comments