File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9393 "test:cli:pointer" : " ./bin/json-pointer-test.js ./bin/json-pointer.js" ,
9494 "test:cli:patch" : " ./bin/json-patch-test.js ./bin/json-patch.js" ,
9595 "test:cli:pack" : " ./bin/json-pack-test.js ./bin/json-pack.js" ,
96- "demo:json-patch" : " ts-node src/json-patch/__demos__/json-patch.ts" ,
97- "demo:json-pointer" : " ts-node src/json-pointer/__demos__/json-pointer.ts" ,
96+ "demo:json-patch" : " npx ts-node src/json-patch/__demos__/json-patch.ts" ,
97+ "demo:json-pointer" : " npx ts-node src/json-pointer/__demos__/json-pointer.ts" ,
9898 "bench:json-crdt:traces:crdt-libs" : " cd src/json-crdt/__bench__ && yarn && yarn bench:traces:crdt-libs" ,
9999 "bench:json-crdt:traces:non-crdt-libs" : " cd src/json-crdt/__bench__ && yarn && yarn bench:traces:non-crdt-libs" ,
100100 "bench:json-crdt:concurrent-traces" : " cd src/json-crdt/__bench__ && yarn && yarn bench:concurrent-traces" ,
110110 "build:pages" : " npx rimraf@5.0.5 gh-pages && mkdir -p gh-pages && cp -r typedocs/* gh-pages && cp -r coverage gh-pages/coverage" ,
111111 "deploy:pages" : " gh-pages -d gh-pages" ,
112112 "publish-coverage-and-typedocs" : " yarn typedoc && yarn coverage && yarn build:pages && yarn deploy:pages" ,
113- "jj" : " ts-node src/json-cli/jj.ts"
113+ "jj" : " npx ts-node src/json-cli/jj.ts"
114114 },
115115 "peerDependencies" : {
116116 "rxjs" : " 7" ,
You can’t perform that action at this time.
0 commit comments