-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 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
45
46
{
"name": "rosaenlg_monorepo",
"description": "RosaeNLG complete repo with a fork of pug",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.1",
"gulp": "^4.0.2",
"js-yaml": "^3.14.0",
"lerna": "^6.5.1",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"prettier": "^2.1.2",
"semver": "^7.3.2",
"typescript": "^5.1.3",
"@tsconfig/node10": "1.0.9"
},
"resolutions": {
"graceful-fs": "4.2.3",
"constantinople": "^4.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/RosaeNLG/rosaenlg.git"
},
"scripts": {
"bootstrap": "yarn install",
"clean": "lerna clean",
"release": "lerna publish",
"pretest": "lerna run pretest"
},
"license": "Apache-2.0",
"workspaces": {
"packages": [
"packages/*"
]
},
"dependencies": {},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/ludan"
}
}