smartlodash/package.json

37 lines
881 B
JSON
Raw Permalink Normal View History

2017-03-24 00:42:59 +00:00
{
2023-07-10 00:56:55 +00:00
"name": "@push.rocks/smartlodash",
2018-09-05 21:45:37 +00:00
"version": "2.0.0",
"private": false,
2017-03-24 00:42:59 +00:00
"description": "lodash with typings",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "tsbuild"
2017-03-24 00:42:59 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartlodash.git"
},
"keywords": [
"lodash",
"typings"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartlodash/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartlodash#README",
"dependencies": {
"@types/lodash": "^4.14.116",
"lodash": "^4.17.10"
2017-07-12 12:39:10 +00:00
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.9.4"
2017-03-24 00:42:59 +00:00
}
2023-07-10 00:56:55 +00:00
}