smartjson/package.json

30 lines
695 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 21:53:45 +00:00
"version": "2.0.1",
2018-07-23 22:38:54 +00:00
"private": true,
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-07-23 22:38:54 +00:00
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
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-07-23 22:38:54 +00:00
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1"
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
}