-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 525 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 525 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
{
"name": "@stringtools/root",
"version": "0.0.0",
"private": true,
"main": "index.js",
"workspaces": [
"packages/*",
"website"
],
"scripts": {
"prepare": "husky install || true",
"web": "cd website && npm run dev",
"test": "cd packages/string-fingerings && npm run dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/jest": "^30.0.0",
"husky": "^9.1.6",
"npm-check-updates": "^17.1.3",
"vitest": "^3.2.4"
}
}