forked from parcel-bundler/lightningcss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 784 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 784 Bytes
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": "rust-css-transformer",
"version": "2.0.0-rc.0",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
},
"repository": {
"type": "git",
"url": "https://github.com/parcel-bundler/parcel.git"
},
"engines": {
"node": ">= 12.0.0",
"parcel": "^2.0.0-beta.1"
},
"napi": {
"name": "parcel-css"
},
"dependencies": {},
"devDependencies": {
"@napi-rs/cli": "1.0.4",
"autoprefixer": "^10.4.0",
"caniuse-lite": "^1.0.30001272",
"cssnano": "^5.0.8",
"esbuild": "^0.13.10",
"postcss": "^8.3.11"
},
"scripts": {
"build": "napi build --platform",
"build-release": "napi build --platform --release"
}
}