UNPKG

@razorlabs/token-lists

Version:

📚 The Token Lists specification

40 lines • 872 B
{ "name": "@razorlabs/token-lists", "version": "1.0.1", "description": "📚 The Token Lists specification", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "module": "dist/token-lists.esm.js", "devDependencies": { "@types/jest": "^29.5.12", "ajv": "^8.13.0", "ajv-formats": "^3.0.1", "husky": "^9.0.11", "tsdx": "^0.14.1", "tslib": "^2.6.2", "typescript": "^5.4.5" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "postbuild": "cp src/tokenlist.schema.json dist/tokenlist.schema.json", "test": "tsdx test", "lint": "tsdx lint src test" } }