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 93
93
"test:cli:pointer" : " ./bin/json-pointer-test.js ./bin/json-pointer.js" ,
94
94
"test:cli:patch" : " ./bin/json-patch-test.js ./bin/json-patch.js" ,
95
95
"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" ,
98
98
"bench:json-crdt:traces:crdt-libs" : " cd src/json-crdt/__bench__ && yarn && yarn bench:traces:crdt-libs" ,
99
99
"bench:json-crdt:traces:non-crdt-libs" : " cd src/json-crdt/__bench__ && yarn && yarn bench:traces:non-crdt-libs" ,
100
100
"bench:json-crdt:concurrent-traces" : " cd src/json-crdt/__bench__ && yarn && yarn bench:concurrent-traces" ,
110
110
"build:pages" :
" npx [email protected] gh-pages && mkdir -p gh-pages && cp -r typedocs/* gh-pages && cp -r coverage gh-pages/coverage" ,
111
111
"deploy:pages" : " gh-pages -d gh-pages" ,
112
112
"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"
114
114
},
115
115
"peerDependencies" : {
116
116
"rxjs" : " 7" ,
You can’t perform that action at this time.
0 commit comments