-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 899 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 899 Bytes
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
{
"name": "bitflick",
"version": "0.0.1",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/flick-ing/bitflick.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"changeset": "changeset",
"version": "changeset version",
"publish": "changeset publish",
"build": "yarn -s workspace @bitflick/inscriptions build",
"lint": "yarn -s workspace @bitflick/inscriptions lint",
"test": "yarn -s workspace @bitflick/inscriptions test",
"format": "prettier --write ."
},
"devDependencies": {
"@changesets/cli": "^2.29.4",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"jiti": "^2.4.2",
"prettier": "^3.1.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1"
}
}