@test-runner/web
Version:
43 lines (42 loc) • 1 kB
JSON
{
"name": "array-back",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "6.1.2",
"description": "Guarantees an array back",
"repository": "https://github.com/75lb/array-back.git",
"license": "MIT",
"exports": {
"import": "./index.mjs",
"require": "./dist/index.cjs"
},
"keywords": [
"to",
"convert",
"return",
"array",
"arrayify"
],
"engines": {
"node": ">=14"
},
"files": [
"index.mjs",
"dist"
],
"scripts": {
"test": "npm run dist && npm run test:node",
"test:node": "test-runner test.mjs",
"test:web": "web-runner test.mjs",
"docs": "jsdoc2md -t README.hbs index.mjs -c jsdoc.conf > README.md",
"cover": "c8 npm run test:node && c8 report --reporter=text-lcov | coveralls",
"dist": "rollup -c"
},
"devDependencies": {
"c8": "^7.7.3",
"coveralls": "^3.1.1",
"isomorphic-assert": "^0.2.0",
"jsdoc-to-markdown": "^7.0.1",
"rollup": "^2.52.7",
"test-runner": "^0.9.5"
}
}