-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 941 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 941 Bytes
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
{
"name": "@ordermentum/asap",
"version": "0.1.0",
"main": "build/index.js",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@types/express": "4.17.13",
"@types/jsonwebtoken": "8.5.8",
"@types/node": "17.0.21",
"chai": "4.3.6",
"eslint-config-ordermentum": "1.0.6",
"husky": "7.0.4",
"lint-staged": "12.3.5",
"mocha": "9.2.2",
"mocha-sinon": "2.1.2",
"ts-node": "10.7.0",
"ts-node-dev": "1.1.8",
"turbo": "1.2.16",
"typescript": "4.6.2"
},
"scripts": {
"build": "turbo run build --filter=@ordermentum/asap-core && turbo run build --filter=!@ordermentum/asap-core --parallel",
"lint": "turbo run lint --parallel -- --fix",
"test": "turbo run test",
"release": "yarn build && changeset publish"
},
"dependencies": {},
"workspaces": [
"packages/*",
"internal/*"
],
"private": true,
"packageManager": "yarn@1.18.0"
}