Skip to content

Commit

Permalink
feat: add Spotify ID generation feature
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnrivers committed Mar 14, 2021
1 parent 0799844 commit 6339dd4
Show file tree
Hide file tree
Showing 8 changed files with 1,549 additions and 3 deletions.
47 changes: 44 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"type-check-watch": "tsc --watch",
"type-check-watch:server": "tsc -b tsconfig-server.json --watch",
"generate-data": "NODE_PATH=./src ts-node --project tsconfig-server.json src/server/app.ts",
"generate-spotify": "NODE_PATH=./src ts-node --project tsconfig-server.json src/server/generate-spotify.ts",
"lint": "eslint --ignore-path .gitignore . --ext ts,tsx,js,jsx",
"lint:fix": "eslint --ignore-path .gitignore . --ext ts,tsx,js,jsx --fix",
"format": "prettier 'src/**/*.{ts,tsx}' --write",
Expand Down Expand Up @@ -59,6 +60,7 @@
"@storybook/addon-knobs": "^6.1.20",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^6.1.20",
"@types/cli-progress": "^3.9.1",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@types/query-string": "^6.3.0",
Expand All @@ -70,6 +72,7 @@
"@typescript-eslint/parser": "^4.15.2",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"cli-progress": "^3.9.0",
"dotenv": "^8.2.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^8.1.0",
Expand Down
Loading

0 comments on commit 6339dd4

Please sign in to comment.