UNPKG

furystack-core

Version:
55 lines (54 loc) 1.63 kB
{ "name": "furystack-core", "version": "1.0.0-alpha-15", "description": "FuryStack framework, Core package", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "pretest": "tslint --project tsconfig.test.json && rimraf temp && tsc -p tsconfig.test.json", "test": "rimraf coverage && nyc mocha -p tsconfig.test.json ./temp/test/index.js", "check-coverage": "istanbul check-coverage ", "report-coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/codecov", "semantic-release": "semantic-release pre && semantic-release post", "prebuild": "tslint --project tsconfig.json", "build": "rimraf dist && tsc -p tsconfig.json", "publish:development": "npm run build && npm t && npm run typedoc && npm publish --tag development", "prepublishOnly": "npm run test && npm run build" }, "nyc": {}, "repository": { "type": "git", "url": "git+https://github.com/FuryTechs/furystack-core.git" }, "keywords": [ "FuryStack", "Typescript", "Rest API", "EndpointBuilder", "ModelBuilder", "FullStack" ], "files": [ "dist", "src" ], "author": "Gallay Lajos", "license": "MIT", "bugs": { "url": "https://github.com/FuryTechs/furystack-core/issues" }, "homepage": "https://github.com/FuryTechs/furystack-core#readme", "devDependencies": { "@types/chai": "^4.1.2", "@types/mocha": "^2.2.48", "chai": "^4.1.2", "codecov": "^3.0.0", "istanbul": "^0.4.5", "mocha": "^5.0.0", "nyc": "^11.4.1", "rimraf": "^2.6.2", "tslint": "^5.9.1", "typescript": "^2.7.2" }, "dependencies": {} }