typed-immutable-record
Version:
Factory for Typed Immutablejs.Record
45 lines (44 loc) • 1.22 kB
JSON
{
"name": "typed-immutable-record",
"version": "0.0.6",
"description": "Factory for Typed Immutablejs.Record",
"main": "./dist/index.js",
"scripts": {
"build": "npm run typings && rimraf ./dist; tsc;",
"test": "npm run typings && npm run lint && nyc npm run mocha",
"typings": "rimraf ./typings && typings install",
"mocha": "mocha --opts ./test/mocha.opts",
"lint": "tslint 'src/**/*.ts' 'test/**/*/.ts'"
},
"typings": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git@github.com:rangle/typed-immutable-record.git"
},
"keywords": [
"Immutable",
"Record",
"Typed"
],
"author": "Daniel Figueiredo <daniel.figueiredo@rangle.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rangle/typed-immutable-record/issues"
},
"homepage": "https://github.com/rangle/typed-immutable-record#readme",
"devDependencies": {
"chai": "^3.5.0",
"immutable": "3.8.1",
"mocha": "^2.5.3",
"nyc": "^8.1.0",
"rimraf": "^2.5.4",
"ts-loader": "^0.8.2",
"ts-node": "^1.3.0",
"tslint": "^3.13.0",
"typescript": "^2.0.0",
"typings": "^1.3.2"
},
"peerDependencies": {
"immutable": "^3.8.1"
}
}