mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
* move `oxide/crates` to `crates` * ignore `target/` folder * ensure pnpm points to `crates` instead of `oxide/crates` * ensure all paths point to `crates` instead of `oxide/crates` * update `oxide/crates` -> `crates` path in workflows * use correct path in .prettierignore * rename `crates/core` to `crates/oxide` * remove oxide folder * fix test script to run `cargo test` directly
31 lines
566 B
JSON
31 lines
566 B
JSON
{
|
|
"name": "@tailwindcss/oxide-linux-x64-musl",
|
|
"version": "4.0.0-alpha.10",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tailwindlabs/tailwindcss.git",
|
|
"directory": "crates/node/npm/linux-x64-musl"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"main": "tailwindcss-oxide.linux-x64-musl.node",
|
|
"files": [
|
|
"tailwindcss-oxide.linux-x64-musl.node"
|
|
],
|
|
"publishConfig": {
|
|
"provenance": true,
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"libc": [
|
|
"musl"
|
|
]
|
|
}
|