smartjson/package.json

33 lines
792 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",
2018-09-05 22:11:46 +00:00
"version": "2.0.2",
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": {
2018-09-05 22:11:46 +00:00
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.9.4"
2017-02-27 13:05:03 +00:00
},
"dependencies": {
2018-07-23 22:38:54 +00:00
"lodash": "^4.17.10"
2017-02-27 13:05:03 +00:00
}
2017-01-28 14:23:26 +00:00
}