-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.33 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "rio-cart",
"version": "1.0.35",
"description": "rio-cart",
"private": true,
"workspaces": [
"classes/*",
"packages/*"
],
"main": "index.js",
"scripts": {
"i": "for d in classes/*/ ; do (cd \"$d\" && echo \"installing dependencies for $d\" && npm i); done",
"build": "npm run apply:rules && rio g && turbo run lint && turbo run build",
"build-ci": "rio g && turbo run build",
"tests": "rio g && turbo run test",
"ci-tests": "rio g && turbo run ci-tests",
"test": "ava",
"coverage": "rio g && turbo run coverage",
"export-models": "turbo run export-models",
"lint": "turbo run lint",
"prettier": "prettier 'classes/**/**.ts'",
"prepare": "husky install",
"apply:rules": "npm run check-carets",
"check-carets": "ts-node ./scripts/caret-checker.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rettersoft/rio-cart.git"
},
"author": "Retter",
"license": "ISC",
"bugs": {
"url": "https://github.com/rettersoft/rio-cart/issues"
},
"homepage": "https://github.com/rettersoft/rio-cart#readme",
"devDependencies": {
"@faker-js/faker": "^7.5.0",
"@retter/rio-cli": "1.7.0",
"@types/eslint": "8.4.1",
"@types/i18n": "0.13.2",
"@types/lodash": "4.14.178",
"@types/node": "17.0.9",
"@types/sinon": "10.0.8",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"ajv": "8.9.0",
"ava": "4.0.1",
"aws-sdk": "2.1123.0",
"axios": "0.25.0",
"eslint": "8.14.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.2.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-unicorn": "42.0.0",
"husky": "7.0.4",
"jsonschema": "1.4.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "12.0.1",
"ts-node": "10.4.0",
"tsconfig-paths": "^3.13.0",
"turbo": "1.2.6",
"typescript": "4.5.4",
"zod": "3.17.2",
"zod-to-json-schema": "3.17.0"
},
"dependencies": {
"-": "^0.0.1",
"@turf/distance": "6.5.0",
"@turf/helpers": "6.5.0",
"currency.js": "^2.0.4",
"dotenv": "16.0.0",
"g": "^2.0.1",
"lodash": "^4.17.21",
"yaml": "2.1.1"
},
"auto-install-peers": true
}