UNPKG

@salsan/iscss

Version:

isCss is a Node.js package, return true if input is a valid Cascading Style Sheets

46 lines (45 loc) 1.21 kB
{ "name": "@salsan/iscss", "version": "1.0.0", "description": "isCss is a Node.js package, return true if input is a valid Cascading Style Sheets", "main": "./dist/index.js", "scripts": { "test": "mocha -r ts-node/register ./test/*.spec.ts", "build": "tsc --build", "lint:fix": "eslint src/ --fix --ext .ts", "clean": "tsc --build --clean" }, "repository": { "type": "git", "url": "git+https://github.com/salsan/isCSS.git" }, "keywords": [ "css", "validator", "typescript", "is-css" ], "author": "Salvatore Santagati", "license": "MIT", "bugs": { "url": "https://github.com/salsan/isCSS/issues" }, "homepage": "https://github.com/salsan/isCSS#readme", "dependencies": { "css": "^3.0.0" }, "devDependencies": { "@types/mocha": "^9.1.1", "@types/node": "^17.0.35", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", "eslint": "^8.15.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^15.2.0", "eslint-plugin-promise": "^6.0.0", "mocha": "^10.0.0", "ts-node": "^10.7.0", "typescript": "^4.6.4" } }