smartjson/package.json

48 lines
1.1 KiB
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-08-25 14:03:35 +00:00
"version": "3.0.8",
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",
2019-08-09 08:55:17 +00:00
"@gitzone/tsrun": "^1.2.8",
2019-07-04 15:03:15 +00:00
"@gitzone/tstest": "^1.0.24",
2019-08-25 14:03:34 +00:00
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.7.2",
"tslint": "^5.19.0",
2019-07-04 15:04:24 +00:00
"tslint-config-prettier": "^1.18.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",
2019-07-04 15:03:15 +00:00
"lodash.clonedeep": "^4.5.0"
2019-07-04 15:04:24 +00:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
2019-08-09 08:55:54 +00:00
"dist_ts_web/*",
2019-07-04 15:04:24 +00:00
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-08-25 14:03:35 +00:00
}