-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.22 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
{
"name": "telegram-mini-app-sdk",
"version": "0.0.1",
"description": "Based on the Grant Proposal \"Unlocking Tezos Integration for Telegram’s 800 Million Users\"",
"author": "Softstack GmbH <[email protected]> (https://softstack.io)",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"prettier": "prettier --no-error-on-unmatched-pattern --write \"./**/*.cjs\" \"./**/*.css\" \"./**/*.html\" \"./**/*.js\" \"./**/*.json\" \"./**/*.mjs\" \"./**/*.ts\" \"./**/*.tsx\"",
"lint": "eslint ./packages",
"test": "echo \"No test specified\"",
"reinstall": "rm -rf ./node_modules && rm -rf ./packages/*/node_modules && npm install",
"build": "npm run build --workspaces --if-present",
"show-outdated": "PACKAGES_PATH='./packages' tsx ./packages/show-outdated-dependencies/src/index.ts"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.3",
"typescript-eslint": "^8.6.0"
}
}