forked from bridge-core/molang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
33
34
35
36
37
38
39
40
{
"name": "@lunarclient/molang",
"version": "1.0.10",
"description": "Lunar Client's fork of bridge-core's molang parser",
"main": "lib/main.ts",
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc --project tsconfig.json",
"test": "vitest",
"types": "tsc --project tsconfig.json",
"bench": "vitest bench",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "pnpm build && changeset publish",
"prepack": "clean-package",
"postpack": "clean-package restore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LunarClient/node-molang.git"
},
"author": "solvedDev",
"license": "MIT",
"bugs": {
"url": "https://github.com/LunarClient/node-molang/issues"
},
"homepage": "https://github.com/LunarClient/node-molang#readme",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/node": "^13.1.2",
"molangjs": "^1.5.0",
"typescript": "^4.2.3",
"vite": "^3.1.3",
"vitest": "^0.23.4",
"clean-package": "^2.2.0"
},
"packageManager": "[email protected]"
}