We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0010b commit 7c72a4cCopy full SHA for 7c72a4c
package.json
@@ -1,7 +1,8 @@
1
{
2
- "name": "express-typescript-sequelize-seed",
+ "name": "express-typescript-seed",
3
"version": "1.0.0",
4
"private": false,
5
+ "author": "Kevin Kolz <kckolz@gmail.com>",
6
"scripts": {
7
"start": "yarn run build && yarn run serve",
8
"test": "yarn run build && rimraf tests/sqlite.db && NODE_ENV=test jest --forceExit --verbose dist/tests/*.test.js",
0 commit comments