-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.69 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
47
48
49
50
51
{
"name": "qubic-connect",
"version": "0.1.0",
"description": "Qubic Creator SDK monorepo",
"private": true,
"workspaces": [
"packages/*",
"examples/*"
],
"dependencies": {
"husky": "^8.0.1",
"patch-package": "^8.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"babel-jest": "^29.3.1",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react-hooks": "^4.2.0",
"lerna": "^5.1.8",
"nx": "^14.4.3",
"tslib": "^2.6.0"
},
"scripts": {
"build": "lerna run build --scope={'@qubic-connect/redirect,@qubic-connect/detect-iab,@qubic-connect/core'}",
"watch": "lerna run watch --scope={'@qubic-connect/redirect,@qubic-connect/detect-iab,@qubic-connect/core'}",
"release": "npm run build && lerna publish --force-publish",
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1",
"lint:tsc": "yarn workspace @qubic-connect/redirect tsc && yarn workspace @qubic-connect/detect-iab tsc && yarn workspace @qubic-connect/core tsc",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getamis/qubic-creator-sdk.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/getamis/qubic-creator-sdk/issues"
},
"homepage": "https://github.com/getamis/qubic-creator-sdk#readme"
}