forked from TrueFiEng/Waffle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 KB
/
package.json
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
{
"name": "waffle-monorepo",
"author": "Ethworks",
"homepage": "https://getwaffle.io/",
"private": true,
"engines": {
"node": ">=10.0"
},
"scripts": {
"lint": "pnpm run -r lint",
"build": "pnpm run -r build",
"test": "pnpm run -r test",
"version": "pnpm changeset version",
"release": "pnpm run build && pnpm changeset publish"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.3",
"@types/chai-string": "^1.4.2",
"@types/mocha": "^8.0.4",
"@types/rimraf": "^3.0.0",
"@types/sinon": "^9.0.9",
"@types/sinon-chai": "^3.2.5",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-string": "^1.5.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-no-only-tests": "^2.6.0",
"sinon": "^9.2.1",
"sinon-chai": "^3.5.0"
},
"dependencies": {
"@changesets/cli": "^2.22.0"
},
"packageManager": "[email protected]",
"resolutions": {
"underscore": ">=1.12.1",
"lodash": ">=4.17.21",
"mixme": ">=0.5.1"
},
"version": "0.0.0"
}