forked from ecomfe/light-dls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 962 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
37
38
{
"name": "light-dls",
"version": "0.0.0",
"description": "Tooling for Baidu Light DLS.",
"main": "dist/index.js",
"scripts": {
"test": "pnpm -r test",
"build": "pnpm -r build",
"prepublishOnly": "pnpm -r test"
},
"keywords": [
"less",
"plugin",
"baidu",
"dls",
"ecosystem:less"
],
"author": "Justineo ([email protected])",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ecomfe/less-plugin-dls.git"
},
"devDependencies": {
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^26.0.0"
}
}