UNPKG

@ournet/domain

Version:
51 lines (50 loc) 1.24 kB
{ "name": "@ournet/domain", "version": "0.4.2", "description": "Ournet domain", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "pretest": "npm run clean && npm run tsc", "test": "ava --verbose lib/**/*.test.js", "posttest": "npm run clean-test-code", "tsc": "tsc", "tscw": "tsc -w", "preversion": "npm run tsc", "postversion": "git push --follow-tags", "prepublishOnly": "npm run tsc && npm run clean-test-code", "clean": "rimraf ./lib", "clean-test-code": "rimraf ./lib/**/*.test.js && rimraf ./lib/**/*.test.d.ts" }, "engines": { "node": ">=8.0.0" }, "repository": { "type": "git", "url": "https://github.com/Ournet/domain.git" }, "keywords": [ "ournet", "code", "domain" ], "author": "Dumitru Cantea", "license": "ISC", "bugs": { "url": "https://github.com/Ournet/domain/issues" }, "homepage": "https://github.com/Ournet/domain", "devDependencies": { "@types/joi": "^14.0.0", "@types/node": "^10.12.2", "ava": "^0.25.0", "debug": "^4.1.0", "rimraf": "^2.6.2", "typescript": "^3.1.6" }, "dependencies": { "atonic": "^1.0.4", "joi": "^14.0.3", "normalize-url": "^4.5.1" } }