|
1 | 1 | { |
2 | | - "name": "@microsoft/durabletask-js", |
| 2 | + "name": "@dapr/durabletask-js", |
3 | 3 | "version": "0.1.0-alpha.2", |
4 | 4 | "description": "A Durable Task Javascript SDK compatible with Dapr Workflow and its underlying Durable Task engine", |
5 | 5 | "types": "./build/index.d.ts", |
|
17 | 17 | "pretty": "prettier --list-different \"**/*.{ts,tsx,js,jsx,json,md}\"", |
18 | 18 | "pretty-fix": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"", |
19 | 19 | "prebuild": "./scripts/prebuild.sh", |
20 | | - "build": "npm install && npm run lint && npm run pretty && ./scripts/build.sh" |
| 20 | + "build": "npm install && npm run lint && npm run pretty && ./scripts/build.sh", |
| 21 | + "build-ci": "npm run prebuild && ./scripts/build.sh" |
21 | 22 | }, |
22 | 23 | "repository": { |
23 | 24 | "type": "git", |
24 | | - "url": "git+https://github.com/microsoft/durabletask-js.git" |
| 25 | + "url": "git+https://github.com/dapr/durabletask-js.git" |
25 | 26 | }, |
26 | 27 | "keywords": [], |
27 | 28 | "author": "", |
28 | 29 | "license": "MIT", |
29 | 30 | "bugs": { |
30 | | - "url": "https://github.com/microsoft/durabletask-js/issues" |
| 31 | + "url": "https://github.com/dapr/durabletask-js/issues" |
31 | 32 | }, |
32 | | - "homepage": "https://github.com/microsoft/durabletask-js#readme", |
| 33 | + "homepage": "https://github.com/dapr/durabletask-js#readme", |
33 | 34 | "devDependencies": { |
34 | 35 | "@swc/core": "^1.3.55", |
35 | 36 | "@swc/helpers": "^0.5.1", |
|
0 commit comments