UNPKG

jsonss

Version:

JavaScript Object Notated Style Sheets

47 lines (46 loc) 1.11 kB
{ "name": "jsonss", "version": "1.3.0", "description": "JavaScript Object Notated Style Sheets", "bin": { "jsonss": "index.js" }, "main": "index.js", "scripts": { "test": "node . example/example.js example/styles.css -p -d" }, "repository": { "type": "git", "url": "git+https://github.com/Luke-zhang-04/JSONSS.git" }, "keywords": [ "CSS", "JS", "web-app", "web-dev", "preprocessor" ], "author": { "name": "Luke Zhang", "email": "luke.zhang2004dev@gmail.com", "url": "https://luke-zhang-04.github.io" }, "license": "GPL-3.0", "bugs": { "url": "https://github.com/Luke-zhang-04/JSONSS/issues" }, "homepage": "https://github.com/Luke-zhang-04/JSONSS#readme", "dependencies": { "@types/node": "^13.13.5", "commander": "^5.1.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^3.4.0", "@typescript-eslint/parser": "^3.4.0", "eslint": "^7.3.1", "eslint-config-recommended": "^4.1.0", "eslint-plugin-prefer-arrow": "^1.2.1", "jsonss": "^1.3.0-b1", "typescript": "^3.9.0" } }