1- {
2- "name" : " @microsoft/durabletask-js" ,
3- "version" : " 0.1.0-alpha.2 " ,
4- "description" : " A Durable Task Javascript SDK compatible with Dapr Workflow and its underlying Durable Task engine" ,
5- "main" : " ./dist/index.js" ,
6- "types" : " ./dist/index.d.ts" ,
7- "files" : [
8- " dist" ,
9- " LICENSE" ,
10- " README.md"
11- ],
12- "scripts" : {
13- "clean" : " node -e \" require('fs').rmSync('dist', {recursive:true, force:true})\" " ,
14- "copy-proto" : " node -e \" require('fs').cpSync('src/proto', 'dist/proto', {recursive:true})\" " ,
15- "prebuild" : " node -p \" '// Auto-generated by prebuild\\ nexport const SDK_VERSION = ' + JSON.stringify(require('./package.json').version) + ';\\ nexport const SDK_PACKAGE_NAME = ' + JSON.stringify(require('./package.json').name) + ';'\" > src/version.ts" ,
16- "build" : " npm run prebuild && npm run clean && tsc -p tsconfig.build.json && npm run copy-proto" ,
17- "test" : " jest --runInBand --detectOpenHandles" ,
18- "test:unit" : " jest test --runInBand --detectOpenHandles"
19- },
20- "engines" : {
21- "node" : " >=22.0.0"
22- },
23- "repository" : {
24- "type" : " git" ,
25- "url" : " git+https://github.com/microsoft/durabletask-js.git" ,
26- "directory" : " packages/durabletask-js"
27- },
28- "keywords" : [
29- " durabletask" ,
30- " orchestration" ,
31- " workflow" ,
32- " durable"
33- ],
34- "author" : " Microsoft" ,
35- "license" : " MIT" ,
36- "bugs" : {
37- "url" : " https://github.com/microsoft/durabletask-js/issues"
38- },
39- "homepage" : " https://github.com/microsoft/durabletask-js#readme" ,
40- "dependencies" : {
41- "@grpc/grpc-js" : " ^1.14.3" ,
42- "google-protobuf" : " ^3.21.2"
43- },
44- "devDependencies" : {
45- "@opentelemetry/api" : " ^1.9.0" ,
46- "@opentelemetry/sdk-trace-base" : " ^1.25.0" ,
47- "@types/google-protobuf" : " ^3.15.6" ,
48- "@types/jest" : " ^29.5.1" ,
49- "@types/node" : " ^18.16.1" ,
50- "jest" : " ^29.5.0" ,
51- "ts-jest" : " ^29.1.0" ,
52- "typescript" : " ^5.0.4"
53- },
54- "peerDependencies" : {
55- "@opentelemetry/api" : " ^1.4.0"
56- },
57- "peerDependenciesMeta" : {
58- "@opentelemetry/api" : {
59- "optional" : true
60- }
61- }
62- }
1+ {
2+ "name" : " @microsoft/durabletask-js" ,
3+ "version" : " 0.1.0-beta.1 " ,
4+ "description" : " A Durable Task Javascript SDK compatible with Dapr Workflow and its underlying Durable Task engine" ,
5+ "main" : " ./dist/index.js" ,
6+ "types" : " ./dist/index.d.ts" ,
7+ "files" : [
8+ " dist" ,
9+ " LICENSE" ,
10+ " README.md"
11+ ],
12+ "scripts" : {
13+ "clean" : " node -e \" require('fs').rmSync('dist', {recursive:true, force:true})\" " ,
14+ "copy-proto" : " node -e \" require('fs').cpSync('src/proto', 'dist/proto', {recursive:true})\" " ,
15+ "prebuild" : " node -p \" '// Auto-generated by prebuild\\ nexport const SDK_VERSION = ' + JSON.stringify(require('./package.json').version) + ';\\ nexport const SDK_PACKAGE_NAME = ' + JSON.stringify(require('./package.json').name) + ';'\" > src/version.ts" ,
16+ "build" : " npm run prebuild && npm run clean && tsc -p tsconfig.build.json && npm run copy-proto" ,
17+ "test" : " jest --runInBand --detectOpenHandles" ,
18+ "test:unit" : " jest test --runInBand --detectOpenHandles"
19+ },
20+ "engines" : {
21+ "node" : " >=22.0.0"
22+ },
23+ "repository" : {
24+ "type" : " git" ,
25+ "url" : " git+https://github.com/microsoft/durabletask-js.git" ,
26+ "directory" : " packages/durabletask-js"
27+ },
28+ "keywords" : [
29+ " durabletask" ,
30+ " orchestration" ,
31+ " workflow" ,
32+ " durable"
33+ ],
34+ "author" : " Microsoft" ,
35+ "license" : " MIT" ,
36+ "bugs" : {
37+ "url" : " https://github.com/microsoft/durabletask-js/issues"
38+ },
39+ "homepage" : " https://github.com/microsoft/durabletask-js#readme" ,
40+ "dependencies" : {
41+ "@grpc/grpc-js" : " ^1.14.3" ,
42+ "google-protobuf" : " ^3.21.2"
43+ },
44+ "devDependencies" : {
45+ "@opentelemetry/api" : " ^1.9.0" ,
46+ "@opentelemetry/sdk-trace-base" : " ^1.25.0" ,
47+ "@types/google-protobuf" : " ^3.15.6" ,
48+ "@types/jest" : " ^29.5.1" ,
49+ "@types/node" : " ^18.16.1" ,
50+ "jest" : " ^29.5.0" ,
51+ "ts-jest" : " ^29.1.0" ,
52+ "typescript" : " ^5.0.4"
53+ },
54+ "peerDependencies" : {
55+ "@opentelemetry/api" : " ^1.4.0"
56+ },
57+ "peerDependenciesMeta" : {
58+ "@opentelemetry/api" : {
59+ "optional" : true
60+ }
61+ }
62+ }
0 commit comments