smartjson/package.json
2018-07-24 00:38:54 +02:00

30 lines
695 B
JSON

{
"name": "@pushrocks/smartjson",
"version": "2.0.0",
"private": true,
"description": "typed json handlers",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
},
"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"
},
"homepage": "https://gitlab.com/pushrocks/smartjson#README",
"devDependencies": {
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1"
},
"dependencies": {
"lodash": "^4.17.10"
}
}