-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "fsuipc.js-monorepo",
"version": "0.0.0",
"private": "true",
"description": "FSUIPC client implementation for NodeJS.",
"homepage": "https://github.com/tcavenezuela/fsuipc.js#readme",
"bugs": {
"url": "https://github.com/tcavenezuela/fsuipc.js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tcavenezuela/fsuipc.js.git"
},
"license": "MIT",
"author": "Carlos Villalobos <carliyipxd@gmail.com>",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build",
"changeset": "changeset",
"release": "yarn run build && changeset publish",
"version-packages": "changeset version"
},
"devDependencies": {
"@changesets/cli": "^2.23.1",
"@types/node": "^17.0.36",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"copyfiles": "^2.4.1",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"lerna": "^5.0.0",
"prettier": "^2.7.1",
"tsc-alias": "^1.7.0",
"typescript": "^4.7.2"
}
}