File tree Expand file tree Collapse file tree 6 files changed +14
-5
lines changed
Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
33 "version" : " independent" ,
4- "useWorkspaces" : true ,
54 "packages" : [
65 " packages/*"
76 ]
Original file line number Diff line number Diff line change 44 "scripts" : {
55 "clean" : " tsc -b --clean && rimraf 'packages/*/build'" ,
66 "build" : " tsc -b --pretty" ,
7- "build-watch" : " tsc -b --pretty --watch" ,
8- "version" : " lerna version --conventional-commits --no-push --sign-git-commit --sign-git-tag" ,
97 "lint" : " eslint packages/ --quiet --fix --ignore-path .gitignore" ,
10- "test" : " node -- test" ,
8+ "test" : " lerna run test" ,
119 "test-create-data" : " node packages/tar/create-test-tar.js"
1210 },
1311 "repository" : {
2321 "keywords" : [],
2422 "type" : " module" ,
2523 "engines" : {
26- "node" : " ^12.20.0 || ^14.13.1 || >=16.0.0"
24+ "node" : " >=16.0.0"
2725 },
2826 "license" : " MIT" ,
2927 "description" : " " ,
Original file line number Diff line number Diff line change 33 "version" : " 6.0.0" ,
44 "main" : " build/src/index.js" ,
55 "types" : " build/src/index.d.ts" ,
6+ "scripts" : {
7+ "test" : " node --test"
8+ },
69 "repository" : {
710 "type" : " git" ,
811 "url" : " https://github.com/linz/cotar.git" ,
Original file line number Diff line number Diff line change 88 "url" : " https://github.com/linz/cotar.git" ,
99 "directory" : " packages/cli"
1010 },
11+ "scripts" : {
12+ "test" : " node --test"
13+ },
1114 "author" : {
1215 "name" : " Land Information New Zealand" ,
1316 "url" : " https://linz.govt.nz" ,
Original file line number Diff line number Diff line change 33 "version" : " 6.0.0" ,
44 "main" : " build/src/index.js" ,
55 "types" : " build/src/index.d.ts" ,
6+ "scripts" : {
7+ "test" : " node --test"
8+ },
69 "repository" : {
710 "type" : " git" ,
811 "url" : " https://github.com/linz/cotar.git" ,
Original file line number Diff line number Diff line change 88 "url" : " https://github.com/linz/cotar.git" ,
99 "directory" : " packages/tar"
1010 },
11+ "scripts" : {
12+ "test" : " node --test"
13+ },
1114 "author" : {
1215 "name" : " Land Information New Zealand" ,
1316 "url" : " https://linz.govt.nz" ,
You can’t perform that action at this time.
0 commit comments