-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 997 Bytes
/
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
{
"name": "code-style-lint",
"version": "3.0.6",
"private": "true",
"description": "",
"workspaces": [
"packages/*"
],
"main": "index.js",
"type": "module",
"scripts": {
"bootstrap": "tsx scripts/bootstrap.ts",
"build": "esbuild scripts/add-stylelint.ts --platform=node --target=esnext --outdir=build --format=esm --minify && tsx scripts/add-node-env.ts && tsx scripts/copy-build.ts",
"release": "pnpm build && pnpm publish -r"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.25",
"@types/prettier": "^3.0.0",
"esbuild": "^0.20.1",
"eslint": "^8.57.0",
"fs-extra": "^11.2.0",
"local-pkg": "^0.5.0",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"stylelint": "^16.2.1",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"tsx": "^4.7.1",
"typescript": "^5.4.2"
}
}