smartjson/package.json

35 lines
886 B
JSON
Raw Normal View History

2017-01-28 14:23:26 +00:00
{
2018-07-23 22:38:54 +00:00
"name": "@pushrocks/smartjson",
2019-05-05 17:10:07 +00:00
"version": "3.0.3",
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": {
2019-05-05 17:01:19 +00:00
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tsrun": "^1.2.6",
"@gitzone/tstest": "^1.0.20",
"@pushrocks/tapbundle": "^3.0.9",
"@types/node": "^12.0.0"
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
}