-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
43 lines (43 loc) · 978 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
43
{
"name": "@stylable/rollup-plugin",
"version": "6.1.1",
"description": "Stylable plugin for Rollup",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"dist/test/**/*.spec.js\""
},
"peerDependencies": {
"rollup": "^2.70.0 || ^3.0.0 || ^4.0.0"
},
"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",
"mime": "^3.0.0"
},
"files": [
"dist",
"!dist/test",
"src",
"runtime.js",
"!*/tsconfig.{json,tsbuildinfo}"
],
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"rollup-plugin",
"Stylable"
],
"repository": "https://github.com/wix/stylable/tree/master/packages/rollup-plugin",
"author": "Wix.com",
"license": "MIT"
}