|
3 | 3 | "version": "0.0.0",
|
4 | 4 | "private": true,
|
5 | 5 | "scripts": {
|
6 |
| - "build": "tsc", |
7 |
| - "start:algoliasearch": "yarn build && yarn test:algoliasearch", |
8 |
| - "start:abtesting": "yarn build && yarn test:abtesting", |
9 |
| - "start:analytics": "yarn build && yarn test:analytics", |
10 |
| - "start:insights": "yarn build && yarn test:insights", |
11 |
| - "start:personalization": "yarn build && yarn test:personalization", |
12 |
| - "start:query-suggestions": "yarn build && yarn test:query-suggestions", |
13 |
| - "start:recommend": "yarn build && yarn test:recommend", |
14 |
| - "start:search": "yarn build && yarn test:search", |
15 |
| - "start:sources": "yarn build && yarn test:sources", |
16 |
| - "start:predict": "yarn build && yarn test:predict", |
17 |
| - "test:algoliasearch": "node dist/algoliasearch.js", |
18 |
| - "test:abtesting": "node dist/analytics.js", |
19 |
| - "test:analytics": "node dist/analytics.js", |
20 |
| - "test:insights": "node dist/insights.js", |
21 |
| - "test:personalization": "node dist/personalization.js", |
22 |
| - "test:query-suggestions": "node dist/query-suggestions.js", |
23 |
| - "test:recommend": "node dist/recommend.js", |
24 |
| - "test:search": "node dist/search.js", |
25 |
| - "test:sources": "node dist/sources.js", |
26 |
| - "test:predict": "node dist/predict.js" |
| 6 | + "start:algoliasearch": "ts-node algoliasearch.ts", |
| 7 | + "start:abtesting": "ts-node analytics.ts", |
| 8 | + "start:analytics": "ts-node analytics.ts", |
| 9 | + "start:insights": "ts-node insights.ts", |
| 10 | + "start:personalization": "ts-node personalization.ts", |
| 11 | + "start:query-suggestions": "ts-node query-suggestions.ts", |
| 12 | + "start:recommend": "ts-node recommend.ts", |
| 13 | + "start:search": "ts-node search.ts", |
| 14 | + "start:sources": "ts-node sources.ts", |
| 15 | + "start:predict": "ts-node predict.ts" |
27 | 16 | },
|
28 | 17 | "dependencies": {
|
29 | 18 | "@experimental-api-clients-automation/algoliasearch": "0.0.4",
|
|
41 | 30 | },
|
42 | 31 | "devDependencies": {
|
43 | 32 | "dotenv": "10.0.0",
|
| 33 | + "ts-node": "10.5.0", |
44 | 34 | "typescript": "4.5.4"
|
45 | 35 | },
|
46 | 36 | "engines": {
|
|
0 commit comments