UNPKG

bs-css

Version:
34 lines (33 loc) 716 B
{ "name": "bs-css", "version": "18.0.0", "description": "Css types", "scripts": { "re:clean": "rescript clean", "re:build": "rescript build", "re:watch": "rescript build -w", "test": "jest", "testw": "jest --watchAll" }, "keywords": [ "bucklescript", "rescript", "reasonML", "css" ], "author": "Andreas Møller <andreas@sentia.ai>", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/reasonml-labs/bs-css.git" }, "devDependencies": { "jest": "^27.0.0", "rescript": "^9.0.0" }, "jest": { "testPathIgnorePatterns": [ "<rootDir>/lib/js/__tests__/helpers" ] } }