@grammar/stylus
Version:
Stylus grammar.
39 lines (38 loc) • 870 B
JSON
{
"name": "@grammar/stylus",
"version": "0.0.10",
"description": "Stylus grammar.",
"keywords": [
"stylus",
"css",
"grammar",
"parser-combinator",
"typsecript"
],
"author": "Fumio Furukawa <fumio@jumilla.me>",
"license": "MIT",
"main": "modules/grammar-stylus.mjs",
"types": "modules/grammar-stylus.d.ts",
"files": [
"modules/grammar-stylus.*"
],
"engines": {
"node": ">=14"
},
"dependencies": {
"@ast/web-style": "^0.0.9",
"@spellu/engine": "^0.7.6",
"esmodule-setup": "^1.1.1"
},
"scripts": {
"postinstall": "yarn esm-setup copy --force",
"module": "yarn esm-setup",
"build": "yarn esmc",
"debug": "node tests/debug.mjs"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "9c7d66745063c91450affb9e5ed40c58a6c28b21"
}