UNPKG

nanocustomassert

Version:
56 lines (55 loc) 1.12 kB
{ "name": "nanocustomassert", "version": "1.0.0", "description": "more than assert", "main": "index.js", "files": [ "index.js" ], "scripts": { "start": "node index.js", "test": "jest", "posttest": "npm run lint", "lint": "xd-ns \"**/*.js\"", "version": "chan release ${npm_package_version} && git add .", "prepublishOnly": "npm test" }, "dependencies": {}, "devDependencies": { "@geut/chan": "^2.0.0", "@geut/xd": "^1.5.0", "jest": "^24.8.0", "nanoerror": "^1.0.0", "standard": "^14.3.1" }, "jest": { "testMatch": [ "**/tests/**/*.test.js" ] }, "standard": { "env": [ "jest", "node", "browser" ] }, "repository": { "type": "git", "url": "git+https://github.com/geut/nanocustomassert.git" }, "keywords": [ "create", "geut", "module" ], "author": { "name": "GEUT", "email": "contact@geutstudio.com" }, "license": "MIT", "bugs": { "url": "https://github.com/geut/nanocustomassert/issues" }, "homepage": "https://github.com/geut/nanocustomassert#readme" }