@ricardomatias/ring
Version:
Your average array made cyclical by using Proxy
58 lines (57 loc) • 1.34 kB
JSON
{
"name": "@ricardomatias/ring",
"version": "0.1.3",
"main": "index.js",
"browser": "dist/ring.umd.js",
"description": "Your average array made cyclical by using Proxy",
"types": "index.d.ts",
"type": "module",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"pretest": "npm run build",
"test": "npm run lint && jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint index.js test",
"prepare": "npm run build"
},
"files": [
"dist",
"index.js",
"index.d.ts"
],
"author": {
"name": "Ricardo Matias",
"url": "https://github.com/ricardomatias"
},
"repository": {
"type": "git",
"url": "git://github.com/ricardomatias/ring.git"
},
"homepage": "https://github.com/ricardomatias/ring",
"bugs": {
"url": "https://github.com/ricardomatias/ring/issues"
},
"license": "MIT",
"keywords": [
"array",
"cyclical",
"list"
],
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.24.2",
"jest": "^27.2.5",
"rollup": "^2.58.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2"
}
}