-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 798 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 798 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
{
"name": "lmaocompiler",
"version": "0.6.9",
"description": "A revolution in HTML",
"main": "dist/main.js",
"type": "module",
"scripts": {
"build": "tsc",
"build:dev": "tsc -w",
"start": "node .",
"♥️": "npm run build && npm run start && npx serve dist/index.html",
"start:dev": "node --watch . ",
"☺️": "node dist/__☺️__/tests.☺️.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@types/node": "^20.11.5"
}
}