-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 899 Bytes
/
package.json
File metadata and controls
35 lines (35 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
34
35
{
"name": "localess-js",
"version": "3.0.0",
"description": "",
"main": "index.js",
"workspaces": [
"packages/*",
"playgrounds/*"
],
"scripts": {
"build": "npm run build:client && npm run build:react && npm run build:cli",
"build:cli": "npm run build --workspace=@localess/cli",
"build:client": "npm run build --workspace=@localess/client",
"build:react": "npm run build --workspace=@localess/react"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lessify/localess-js.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lessify/localess-js/issues"
},
"homepage": "https://github.com/Lessify/localess-js#readme",
"devDependencies": {
"@types/node": "^20.12.12",
"tsup": "^8.5.1",
"typescript": "^5.8.3",
"vitest": "^4.0.18"
},
"engines": {
"node": ">= 20.0.0"
}
}