UNPKG

1.5 kBJSONView Raw
1{
2 "name": "starhs-models",
3 "version": "4.2.0",
4 "description": "Shared models for the staRHs API",
5 "main": "dist/index.js",
6 "scripts": {
7 "test": "NODE_ENV=testing mocha --compilers js:babel-register --reporter=dot --timeout=1350 test/\\*\\*/\\*.js",
8 "test:coverage": "NODE_ENV=nyc babel src --out-dir instrumented-src > /dev/null && nyc --reporter=text-summary --reporter=lcov npm run test",
9 "lint": "standard",
10 "precommit": "npm run lint && npm test",
11 "commitmsg": "validate-commit-msg",
12 "semantic-release": "semantic-release pre && npm publish && semantic-release post"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/ResourcefulHumans/staRHs-models.git"
17 },
18 "keywords": [
19 "simple",
20 "social",
21 "realtime"
22 ],
23 "author": "Resourceful Humans <info@resourceful-humans.com>",
24 "license": "UNLICENSED",
25 "bugs": {
26 "url": "https://github.com/ResourcefulHumans/staRHs-models/issues"
27 },
28 "homepage": "https://github.com/ResourcefulHumans/staRHs-models#readme",
29 "dependencies": {
30 "rheactor-value-objects": "^3.4.0",
31 "tcomb": "^3.2.15"
32 },
33 "devDependencies": {
34 "babel-cli": "^6.18.0",
35 "babel-preset-env": "^1.1.1",
36 "babel-preset-es2015": "^6.18.0",
37 "babel-register": "^6.18.0",
38 "chai": "^3.5.0",
39 "husky": "^0.12.0",
40 "mocha": "^3.2.0",
41 "nyc": "^10.0.0",
42 "semantic-release": "^6.3.2",
43 "standard": "^8.4.0",
44 "validate-commit-msg": "^2.8.2"
45 },
46 "files": [
47 "dist"
48 ]
49}
\No newline at end of file