|
1 | 1 | {
|
2 | 2 | "name": "roblox-ts-project-template",
|
3 |
| - "type": "module", |
4 | 3 | "version": "1.0.0",
|
5 |
| - "packageManager": "pnpm@9.5.0", |
6 | 4 | "description": "A Roblox game made with React and Roblox-TS",
|
7 |
| - "author": "", |
8 |
| - "license": "ISC", |
9 | 5 | "keywords": [],
|
| 6 | + "license": "ISC", |
| 7 | + "author": "", |
| 8 | + "type": "module", |
10 | 9 | "main": "index.js",
|
11 | 10 | "scripts": {
|
12 |
| - "build-prod": "npm run clean && NODE_ENV=production && npx rbxtsc --verbose && npm run darklua", |
13 |
| - "sync-prod": "rojo serve ./build.project.json", |
14 | 11 | "build-dev": "NODE_ENV=development && npx rbxtsc",
|
15 |
| - "watch-dev": "NODE_ENV=development && npx rbxtsc -w", |
16 |
| - "sync-dev": "rojo serve", |
| 12 | + "build-prod": "npm run clean && NODE_ENV=production && npx rbxtsc --verbose && npm run darklua", |
17 | 13 | "clean": "npx rimraf out/ && npx rimraf dist",
|
| 14 | + "commit": "commit", |
18 | 15 | "darklua": "darklua process out dist --verbose",
|
19 | 16 | "eslint-config": "npx @eslint/config-inspector",
|
20 | 17 | "lint": "eslint --max-warnings 0 .",
|
21 |
| - "upload-assets": "asphalt sync && eslint src/shared/assets.d.ts --fix", |
22 | 18 | "prepare": "node .husky/install.js",
|
23 |
| - "commit": "commit" |
| 19 | + "sync-dev": "rojo serve", |
| 20 | + "sync-prod": "rojo serve ./build.project.json", |
| 21 | + "upload-assets": "asphalt sync && eslint src/shared/assets.d.ts --fix", |
| 22 | + "watch-dev": "NODE_ENV=development && npx rbxtsc -w" |
| 23 | + }, |
| 24 | + "lint-staged": { |
| 25 | + "*": "eslint --fix" |
24 | 26 | },
|
25 | 27 | "dependencies": {
|
26 | 28 | "@flamework/components": "1.2.3",
|
|
59 | 61 | "@commitlint/types": "19.0.3",
|
60 | 62 | "@eslint-react/eslint-plugin": "1.5.23",
|
61 | 63 | "@eslint/config-inspector": "0.5.1",
|
62 |
| - "@isentinel/eslint-config": "0.7.0", |
| 64 | + "@isentinel/eslint-config": "0.7.1", |
63 | 65 | "@rbxts/compiler-types": "2.3.0-types.1",
|
64 | 66 | "@rbxts/types": "1.0.790",
|
65 | 67 | "bundle-require": "5.0.0",
|
|
73 | 75 | "roblox-ts": "2.3.0-dev-e6e7658",
|
74 | 76 | "typescript": "5.4.5"
|
75 | 77 | },
|
| 78 | + "packageManager": "pnpm@9.5.0", |
76 | 79 | "pnpm": {
|
77 | 80 | "patchedDependencies": {
|
78 | 81 | "roblox-ts@2.3.0-dev-e6e7658": "patches/roblox-ts@2.3.0-dev-e6e7658.patch",
|
79 | 82 | "rbxts-transform-env@2.2.0": "patches/rbxts-transform-env@2.2.0.patch"
|
80 | 83 | }
|
81 |
| - }, |
82 |
| - "lint-staged": { |
83 |
| - "*": "eslint --fix" |
84 | 84 | }
|
85 | 85 | }
|
0 commit comments