UNPKG

css-ast-iterations-pure

Version:
38 lines (37 loc) 911 B
{ "name": "css-ast-iterations-pure", "version": "0.1.0", "description": "", "main": "src/index.js", "types": "types/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint .", "format": "prettier --no-config --write ." }, "repository": { "type": "git", "url": "git+https://github.com/swordcss/css-ast-iterations-pure.git" }, "keywords": [ "css", "css-ast", "ast" ], "author": "shadowtime2000", "license": "MIT", "bugs": { "url": "https://github.com/swordcss/css-ast-iterations-pure/issues" }, "homepage": "https://github.com/swordcss/css-ast-iterations-pure#readme", "dependencies": { "css-ast-iterations": "^0.5.0" }, "devDependencies": { "@types/css": "0.0.31", "eslint": "^7.13.0", "eslint-config-swordcss": "^0.6.0", "prettier": "^2.1.2", "typescript": "^4.0.5" } }