File tree Expand file tree Collapse file tree 16 files changed +2640
-5076
lines changed
Expand file tree Collapse file tree 16 files changed +2640
-5076
lines changed Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat " ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage assets " ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && makage build-ts && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
31+ "devDependencies" : {
32+ "makage" : " workspace:*"
33+ },
3134 "keywords" : [
3235 " directories" ,
3336 " config" ,
Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat " ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage assets " ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && makage build-ts && npm run copy" ,
2727 "dev" : " ts-node dev/index" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
3131 "dependencies" : {
3232 "inquirerer" : " workspace:*"
3333 },
34+ "devDependencies" : {
35+ "makage" : " workspace:*"
36+ },
3437 "keywords" : []
3538}
Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat " ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage assets " ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && makage build-ts && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3434 "isomorphic-fetch" : " ^3.0.0"
3535 },
3636 "devDependencies" : {
37- "@types/isomorphic-fetch" : " ^0.0.39"
37+ "@types/isomorphic-fetch" : " ^0.0.39" ,
38+ "makage" : " workspace:*"
3839 }
3940}
Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat " ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage assets " ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && makage build-ts && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
31+ "devDependencies" : {
32+ "makage" : " workspace:*"
33+ },
3134 "keywords" : []
3235}
Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat " ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage assets " ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && makage build-ts && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
31+ "devDependencies" : {
32+ "makage" : " workspace:*"
33+ },
3134 "keywords" : []
3235}
Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat " ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage assets " ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && makage build-ts && npm run copy" ,
2727 "dev" : " ts-node dev/index" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3636 },
3737 "keywords" : [],
3838 "devDependencies" : {
39- "@types/minimist" : " ^1.2.5"
39+ "@types/minimist" : " ^1.2.5" ,
40+ "makage" : " workspace:*"
4041 }
4142}
Original file line number Diff line number Diff line change 2020 " jsonld-tools"
2121 ],
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat " ,
24- "clean" : " rimraf dist" ,
23+ "copy" : " makage assets " ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " pnpm run build" ,
26- "build" : " pnpm run clean && tsc && tsc -p tsconfig.esm.json && pnpm run copy" ,
26+ "build" : " pnpm run clean && makage build-ts && pnpm run copy" ,
2727 "test" : " jest" ,
2828 "test:watch" : " jest --watch" ,
2929 "test:debug" : " node --inspect node_modules/.bin/jest --runInBand"
3030 },
31+ "devDependencies" : {
32+ "makage" : " workspace:*"
33+ },
3134 "bugs" : {
3235 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
3336 }
Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat " ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage assets " ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && makage build-ts && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
31+ "devDependencies" : {
32+ "makage" : " workspace:*"
33+ },
3134 "keywords" : [
3235 " case" ,
3336 " camelCase" ,
Original file line number Diff line number Diff line change 1313 "directory" : " dist"
1414 },
1515 "scripts" : {
16- "copy" : " cpy ../../LICENSE README.md package.json dist --flat " ,
17- "clean" : " rimraf dist/** " ,
16+ "copy" : " makage assets " ,
17+ "clean" : " makage clean dist" ,
1818 "prepublishOnly" : " npm run build" ,
19- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
19+ "build" : " npm run clean && makage build-ts && npm run copy" ,
2020 "lint" : " eslint . --fix" ,
2121 "test" : " jest" ,
2222 "test:watch" : " jest --watch" ,
3838 "esprima" : " 4.0.1" ,
3939 "jest" : " ^30.2.0" ,
4040 "jest-in-case" : " 1.0.2" ,
41+ "makage" : " workspace:*" ,
4142 "prettier" : " ^3.6.2" ,
4243 "rimraf" : " 6.1.2" ,
4344 "ts-jest" : " ^29.1.0" ,
Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/hyperweb-io/dev-utils/issues"
2121 },
2222 "scripts" : {
23- "copy" : " cpy ../../LICENSE README.md package.json dist --flat " ,
24- "clean" : " rimraf dist/** " ,
23+ "copy" : " makage assets " ,
24+ "clean" : " makage clean dist" ,
2525 "prepublishOnly" : " npm run build" ,
26- "build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
26+ "build" : " npm run clean && makage build-ts && npm run copy" ,
2727 "lint" : " eslint . --fix" ,
2828 "test" : " jest" ,
2929 "test:watch" : " jest --watch"
3030 },
3131 "dependencies" : {
3232 "@interweb/http-errors" : " workspace:*"
3333 },
34+ "devDependencies" : {
35+ "makage" : " workspace:*"
36+ },
3437 "keywords" : []
3538}
You can’t perform that action at this time.
0 commit comments