@javaswap/token-lists
Version:
📚 The Token Lists specification
52 lines (51 loc) • 1.1 kB
JSON
{
"name": "@javaswap/token-lists",
"author": "Moody Salem",
"description": "📚 The Token Lists specification",
"version": "1.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"repository": {
"url": "https://github.com/javaswapdevelpment/token-lists",
"type": "git"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"postbuild": "cp src/tokenlist.schema.json dist/tokenlist.schema.json",
"test": "tsdx test",
"lint": "tsdx lint",
"prepublishOnly": "npm run test && npm run build"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"module": "dist/token-lists.esm.js",
"devDependencies": {
"ajv": "^6.12.2",
"husky": "^4.2.5",
"tsdx": "^0.14.0",
"tslib": "^2.0.0",
"typescript": "^3.9.5"
},
"publishConfig": {
"access": "public"
}
}