-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 980 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 980 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
36
37
38
{
"name": "levelo-js-monorepo",
"levelo": {
"level": 1
},
"description": "Super fast beginner friendly lightweight javascript framework, powered by Motion Mind",
"scripts": {
"build:levelojs": "pnpm --filter levelojs build",
"build:vpl": "pnpm --filter vite-plugin-levelojs build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MotionMind2007/Levelo-Js.git"
},
"author": "MotionMind2007",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/MotionMind2007/Levelo-Js/issues"
},
"homepage": "https://levelojs.motionmind.me",
"private": true,
"workspaces": [
"packages/*"
],
"dependencies": {
"levelojs": "link:packages/levelojs",
"tsup": "^8.5.1",
"vite-plugin-levelojs": "workspace:*"
},
"devDependencies": {
"@babel/types": "^8.0.4",
"@types/babel__core": "^7.20.5",
"@types/node": "^26.1.1",
"typescript": "^6.0.3",
"vite": "^8.1.4"
}
}