-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
41
42
43
44
45
46
47
48
{
"name": "tslite",
"version": "5.5.4",
"description": "🪶 Smaller Typescript Redistibution",
"repository": "pi0/tslite",
"------dist-start------": true,
"license": "Apache-2.0",
"main": "./lib/typescript.js",
"typings": "./lib/typescript.d.ts",
"bin": {
"tsc": "./bin/tsc",
"tsserver": "./bin/tsserver"
},
"engines": {
"node": ">=14.17"
},
"files": [
"bin",
"lib",
"LICENSE.txt",
"ThirdPartyNoticeText.txt",
"!**/.gitattributes"
],
"------dist-end------": true,
"scripts": {
"build": "jiti ./build.ts",
"lint": "eslint --cache . && prettier -c .",
"lint:fix": "eslint --cache . --fix && prettier -c .",
"release": "pnpm run build && pnpm test && npm publish",
"test": "pnpm lint && ./bin/tsc"
},
"devDependencies": {
"@types/node": "^22.4.0",
"@types/uglify-js": "^3.17.5",
"consola": "^3.2.3",
"esbuild": "^0.23.1",
"eslint": "^9.9.0",
"eslint-config-unjs": "^0.3.2",
"jiti": "^2.0.0-beta.3",
"mlly": "^1.7.1",
"pathe": "^1.1.2",
"prettier": "^3.3.3",
"pretty-bytes": "^6.1.1",
"typescript": "^5.5.4",
"uglify-js": "^3.19.2"
},
"packageManager": "pnpm@9.7.1"
}