smartjson/package.json

35 lines
886 B
JSON
Raw Permalink Normal View History

2017-01-28 14:23:26 +00:00
{
2018-07-23 22:38:54 +00:00
"name": "@pushrocks/smartjson",
2019-02-14 22:16:34 +00:00
"version": "3.0.0",
2018-09-05 22:11:46 +00:00
"private": false,
2017-01-28 14:23:26 +00:00
"description": "typed json handlers",
"main": "dist/index.js",
2017-02-27 13:05:03 +00:00
"typings": "dist/index.d.ts",
2017-01-28 14:23:26 +00:00
"scripts": {
2018-09-05 22:11:46 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)"
2017-01-28 14:23:26 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartjson.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartjson/issues"
},
2017-02-27 13:05:03 +00:00
"homepage": "https://gitlab.com/pushrocks/smartjson#README",
"devDependencies": {
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^11.9.4"
2017-02-27 13:05:03 +00:00
},
"dependencies": {
"@types/fast-json-stable-stringify": "^2.0.0",
"fast-json-stable-stringify": "^2.0.0",
"lodash": "^4.17.11"
2017-02-27 13:05:03 +00:00
}
2017-01-28 14:23:26 +00:00
}