-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
42 lines (42 loc) · 945 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
39
40
41
42
{
"name": "@stylable/esbuild",
"version": "6.1.1",
"description": "Stylable plugin for esbuild",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"dist/test/**/*.spec.js\" --timeout 10000"
},
"peerDependencies": {
"esbuild": ">=0.17.18"
},
"dependencies": {
"@file-services/node": "^9.4.1",
"@stylable/build-tools": "^6.1.1",
"@stylable/cli": "^6.1.1",
"@stylable/core": "^6.1.1",
"@stylable/node": "^6.1.1",
"@stylable/optimizer": "^6.1.1",
"@stylable/runtime": "^6.1.1",
"decache": "^4.6.2"
},
"files": [
"dist",
"!dist/test",
"src",
"runtime.js",
"!*/tsconfig.{json,tsbuildinfo}"
],
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"esbuild-plugin",
"Stylable"
],
"repository": "https://github.com/wix/stylable/tree/master/packages/esbuild",
"author": "Wix.com",
"license": "MIT"
}