-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1023 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
{
"name": "critters-rs",
"version": "0.1.0",
"description": "Quickly inline your website's critical CSS.",
"private": true,
"scripts": {
"build": "moon run :build",
"build:napi": "moon run critters:build --",
"test": "moon run :test",
"lint": "biome lint",
"format": "biome format --write",
"check": "biome check",
"createNpmDirs": "napi create-npm-dirs --package-json-path ./packages/critters/package.json",
"artifacts": "napi artifacts --package-json-path ./packages/critters/package.json"
},
"keywords": [
"css",
"critical-css",
"performance"
],
"repository": {
"type": "git",
"url": "https://github.com/michaelhthomas/critters-rs"
},
"author": "Michael Thomas",
"license": "Apache-2.0",
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@moonrepo/cli": "^1.28.3",
"@napi-rs/cli": "3.0.0-alpha.63"
}
}