|
1 | 1 | { |
2 | | - "name": "@switchfeat/api", |
3 | | - "version": "0.0.1", |
4 | | - "description": "The api package for switchfeat", |
5 | | - "author": "dev-bre <[email protected]>", |
6 | | - "homepage": "https://github.com/switchfeat-com/switchfeat#readme", |
7 | | - "license": "ISC", |
8 | | - "main": "dist/index.js", |
9 | | - "files": [ |
10 | | - "dist" |
11 | | - ], |
12 | | - "repository": { |
13 | | - "type": "git", |
14 | | - "url": "git+https://github.com/switchfeat-com/switchfeat.git" |
15 | | - }, |
16 | | - "scripts": { |
17 | | - "tsc": "tsc", |
18 | | - "start": "node dist/index.js", |
19 | | - "dev:start": "SET NODE_ENV=dev& node dist/index.js", |
20 | | - "test": "node ./__tests__/api.test.js", |
21 | | - "lint": "eslint . --ext .ts" |
22 | | - }, |
23 | | - "bugs": { |
24 | | - "url": "https://github.com/switchfeat-com/switchfeat/issues" |
25 | | - }, |
26 | | - "dependencies": { |
27 | | - "@switchfeat/core": "0.0.1", |
28 | | - "@types/express": "^4.17.17", |
29 | | - "cookie-parser": "^1.4.6", |
30 | | - "cors": "^2.8.5", |
31 | | - "dotenv": "^16.3.1", |
32 | | - "express": "^4.18.2", |
33 | | - "express-session": "^1.17.3", |
34 | | - "multer": "^1.4.5-lts.1", |
35 | | - "passport": "^0.6.0", |
36 | | - "passport-google-oauth20": "^2.0.0", |
37 | | - "path": "^0.12.7" |
38 | | - }, |
39 | | - "devDependencies": { |
40 | | - "@types/cookie-parser": "^1.4.3", |
41 | | - "@types/cors": "^2.8.13", |
42 | | - "@types/express-session": "^1.17.7", |
43 | | - "@types/multer": "^1.4.7", |
44 | | - "@types/passport": "^1.0.12", |
45 | | - "@types/passport-google-oauth20": "^2.0.11" |
46 | | - } |
| 2 | + "name": "@switchfeat/api", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "The api package for switchfeat", |
| 5 | + "author": "dev-bre <[email protected]>", |
| 6 | + "homepage": "https://github.com/switchfeat-com/switchfeat#readme", |
| 7 | + "license": "ISC", |
| 8 | + "main": "dist/index.js", |
| 9 | + "files": [ |
| 10 | + "dist" |
| 11 | + ], |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "git+https://github.com/switchfeat-com/switchfeat.git" |
| 15 | + }, |
| 16 | + "scripts": { |
| 17 | + "tsc": "tsc", |
| 18 | + "start": "node dist/index.js", |
| 19 | + "dev:start": "SET NODE_ENV=dev& node dist/index.js", |
| 20 | + "test": "node ./__tests__/api.test.js", |
| 21 | + "lint": "eslint . --ext .ts", |
| 22 | + "format": "prettier --write 'src/**/*.{js,ts}'" |
| 23 | + }, |
| 24 | + "bugs": { |
| 25 | + "url": "https://github.com/switchfeat-com/switchfeat/issues" |
| 26 | + }, |
| 27 | + "dependencies": { |
| 28 | + "@switchfeat/core": "0.0.1", |
| 29 | + "@types/express": "^4.17.17", |
| 30 | + "cookie-parser": "^1.4.6", |
| 31 | + "cors": "^2.8.5", |
| 32 | + "dotenv": "^16.3.1", |
| 33 | + "express": "^4.18.2", |
| 34 | + "express-session": "^1.17.3", |
| 35 | + "multer": "^1.4.5-lts.1", |
| 36 | + "passport": "^0.6.0", |
| 37 | + "passport-google-oauth20": "^2.0.0", |
| 38 | + "path": "^0.12.7" |
| 39 | + }, |
| 40 | + "devDependencies": { |
| 41 | + "@types/cookie-parser": "^1.4.3", |
| 42 | + "@types/cors": "^2.8.13", |
| 43 | + "@types/express-session": "^1.17.7", |
| 44 | + "@types/multer": "^1.4.7", |
| 45 | + "@types/passport": "^1.0.12", |
| 46 | + "@types/passport-google-oauth20": "^2.0.11" |
| 47 | + } |
47 | 48 | } |
0 commit comments