emma.css
Version:
Emma.css { emmet-like utility classes }
81 lines (80 loc) • 2.43 kB
JSON
{
"name": "emma.css",
"version": "0.16.1",
"description": "Emma.css { emmet-like utility classes }",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rimraf tmp/ scss/ && mkdirp tmp/",
"convert:data": "js-yaml src/emma-data.yml > tmp/emma-data.json",
"convert:schema": "js-yaml src/emma-schema.yml > tmp/emma-schema.json",
"validate:json": "ajv -s tmp/emma-schema.json -d tmp/emma-data.json",
"compile:json": "npm run convert:data && npm run convert:schema && npm run validate:json",
"format:ts": "prettier --write src/*.ts test/*.ts",
"compile:ts": "npm run format:ts && tsc",
"compile:js": "node tmp/index.js",
"format:scss": "prettier --write scss/**/*.scss",
"compile:scss": "sass --style=expanded --no-source-map ./scss/all.scss ./emma.css && npm run format:scss",
"compile": "npm run compile:json && npm run compile:ts && npm run compile:js && npm run compile:scss",
"test": "node --import tsx node_modules/.bin/_mocha 'test/**/**.ts'"
},
"author": "ruedap",
"license": "MIT",
"main": "emma.css",
"style": "emma.css",
"scss": "scss/all.scss",
"files": [
"scss",
"CHANGELOG.md",
"emma.css",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/ruedap/emma.css",
"keywords": [
"sass",
"scss",
"css",
"emmet",
"utility",
"coding"
],
"bugs": {
"url": "https://github.com/ruedap/emma.css/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/ruedap/emma.css.git"
},
"devDependencies": {
"@emmetio/css-abbreviation": "0.4.0",
"@emmetio/css-snippets-resolver": "0.4.0",
"@emmetio/output-profile": "0.1.6",
"@emmetio/snippets-registry": "0.3.1",
"@emmetio/stylesheet-formatters": "0.2.1",
"@types/fs-extra": "11.0.4",
"@types/js-yaml": "4.0.9",
"@types/lodash": "4.17.24",
"@types/mocha": "10.0.10",
"@types/node": "25.5.2",
"@types/power-assert": "1.5.12",
"@types/sinon": "21.0.1",
"ajv-cli": "5.0.0",
"fs-extra": "11.3.4",
"js-yaml": "4.1.1",
"lodash": "4.18.1",
"mkdirp": "3.0.1",
"mocha": "11.7.5",
"postcss": "8.5.8",
"power-assert": "1.6.1",
"prettier": "3.8.1",
"rimraf": "6.1.3",
"sass": "1.99.0",
"semver-regex": "4.0.5",
"sinon": "21.0.3",
"tsx": "4.21.0",
"typescript": "6.0.2"
}
}