2016-12-28 22:49:51 +00:00
|
|
|
{
|
2022-07-18 10:41:58 +00:00
|
|
|
"name": "foundkey",
|
2022-10-16 15:46:12 +00:00
|
|
|
"version": "13.0.0-preview2",
|
2019-02-05 08:42:55 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-07-18 10:41:58 +00:00
|
|
|
"url": "https://akkoma.dev/FoundKeyGang/FoundKey.git"
|
2019-02-05 08:42:55 +00:00
|
|
|
},
|
2017-11-06 10:16:14 +00:00
|
|
|
"private": true,
|
2022-08-26 19:24:29 +00:00
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
2017-11-06 10:16:14 +00:00
|
|
|
"scripts": {
|
2022-09-03 17:27:44 +00:00
|
|
|
"build": "yarn workspaces foreach --parallel --topological run build && yarn run gulp",
|
2022-08-26 16:48:55 +00:00
|
|
|
"start": "yarn workspace backend run start",
|
|
|
|
"start:test": "yarn workspace backend run start:test",
|
|
|
|
"init": "yarn migrate",
|
|
|
|
"migrate": "yarn workspace backend run migrate",
|
|
|
|
"migrateandstart": "yarn migrate && yarn start",
|
2021-11-12 01:24:19 +00:00
|
|
|
"gulp": "gulp build",
|
2022-08-26 16:48:55 +00:00
|
|
|
"watch": "yarn dev",
|
2021-11-19 05:48:59 +00:00
|
|
|
"dev": "node ./scripts/dev.js",
|
2022-08-26 19:24:29 +00:00
|
|
|
"lint": "yarn workspaces foreach run lint",
|
2022-06-11 06:08:31 +00:00
|
|
|
"cy:open": "cypress open --browser --e2e --config-file=cypress.config.ts",
|
2021-08-12 10:05:07 +00:00
|
|
|
"cy:run": "cypress run",
|
2021-10-28 07:06:06 +00:00
|
|
|
"e2e": "start-server-and-test start:test http://localhost:61812 cy:run",
|
2022-08-26 16:48:55 +00:00
|
|
|
"mocha": "yarn workspace backend run mocha",
|
|
|
|
"test": "yarn mocha",
|
2021-11-12 02:42:47 +00:00
|
|
|
"format": "gulp format",
|
2022-09-22 17:48:06 +00:00
|
|
|
"clean": "node ./scripts/clean.js",
|
|
|
|
"clean-all": "node ./scripts/clean-all.js",
|
2022-08-26 16:48:55 +00:00
|
|
|
"cleanall": "yarn clean-all"
|
2017-11-06 10:16:14 +00:00
|
|
|
},
|
2022-09-06 21:18:15 +00:00
|
|
|
"resolutions": {
|
|
|
|
"chokidar": "^3.3.1",
|
|
|
|
"lodash": "^4.17.21"
|
|
|
|
},
|
2017-11-22 21:18:42 +00:00
|
|
|
"dependencies": {
|
2021-11-12 01:24:19 +00:00
|
|
|
"execa": "5.1.1",
|
2019-05-14 12:17:29 +00:00
|
|
|
"gulp": "4.0.2",
|
2020-12-26 01:01:32 +00:00
|
|
|
"gulp-cssnano": "2.1.3",
|
2019-12-19 19:46:28 +00:00
|
|
|
"gulp-rename": "2.0.0",
|
2021-05-20 03:27:50 +00:00
|
|
|
"gulp-replace": "1.1.3",
|
2021-11-14 01:43:19 +00:00
|
|
|
"gulp-terser": "2.1.0",
|
|
|
|
"js-yaml": "4.1.0"
|
2019-07-19 18:28:14 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-15 16:28:59 +00:00
|
|
|
"@types/gulp": "4.0.9",
|
|
|
|
"@types/gulp-rename": "2.0.1",
|
2022-09-06 15:19:34 +00:00
|
|
|
"@typescript-eslint/parser": "^5.36.2",
|
2021-08-12 10:05:07 +00:00
|
|
|
"cross-env": "7.0.3",
|
2022-06-30 15:21:25 +00:00
|
|
|
"cypress": "10.3.0",
|
2021-11-18 14:32:43 +00:00
|
|
|
"start-server-and-test": "1.14.0",
|
2022-09-09 03:00:36 +00:00
|
|
|
"typescript": "4.8.3"
|
2022-08-26 19:24:29 +00:00
|
|
|
},
|
|
|
|
"packageManager": "yarn@3.2.3"
|
2018-06-11 02:44:26 +00:00
|
|
|
}
|