-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 995 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": "arc-plugin-lightningcss",
"version": "0.0.1-alpha.2",
"description": "Bundle a CSS entry file with Lightning CSS to the /public dir",
"main": "src/index.js",
"scripts": {
"release": "npx release-it",
"rome": "npx rome ci .",
"test": "npm run rome && tape test/**-test.*js | tap-arc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tbeseda/arc-plugin-lightningcss.git"
},
"keywords": [
"architect",
"lightningcss",
"plugin",
"arc-plugin"
],
"author": "tbeseda",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tbeseda/arc-plugin-lightningcss/issues"
},
"homepage": "https://github.com/tbeseda/arc-plugin-lightningcss#readme",
"devDependencies": {
"@architect/inventory": "^3.3.5",
"@architect/sandbox": "^5.4.1",
"rome": "^11.0.0",
"tap-arc": "^0.3.5",
"tape": "^5.6.3"
},
"dependencies": {
"browserslist": "^4.21.4",
"lightningcss": "^1.18.0"
}
}