smartstring/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2016-02-23 06:06:54 +00:00
{
"name": "@pushrocks/smartstring",
2019-10-10 16:03:05 +00:00
"version": "3.0.12",
"private": false,
2016-05-25 07:10:43 +00:00
"description": "handle strings in smart ways. TypeScript ready.",
2016-02-23 06:06:54 +00:00
"main": "dist/index.js",
2016-05-01 19:28:59 +00:00
"typings": "dist/index.d.ts",
2016-02-23 06:06:54 +00:00
"scripts": {
2018-08-13 22:19:32 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)"
2016-02-23 06:06:54 +00:00
},
"repository": {
"type": "git",
2016-05-29 19:37:49 +00:00
"url": "git+https://gitlab.com/pushrocks/smartstring.git"
2016-02-23 06:06:54 +00:00
},
"keywords": [
"regex",
"string"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
2016-05-29 19:37:49 +00:00
"url": "https://gitlab.com/pushrocks/smartstring/issues"
2016-02-23 06:06:54 +00:00
},
2016-05-29 19:37:49 +00:00
"homepage": "https://gitlab.com/pushrocks/smartstring#readme",
2016-02-23 06:06:54 +00:00
"devDependencies": {
2019-10-10 15:28:23 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.28",
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.7.12",
"tslint": "^5.20.0",
2019-04-16 06:54:27 +00:00
"tslint-config-prettier": "^1.18.0"
2016-02-23 06:06:54 +00:00
},
"dependencies": {
2019-10-10 15:28:23 +00:00
"crypto-random-string": "^3.0.1",
"js-base64": "^2.5.1",
2017-10-05 13:55:59 +00:00
"normalize-newline": "^3.0.0",
"randomatic": "^3.1.1",
2019-10-10 15:28:23 +00:00
"strip-indent": "^3.0.0"
2016-02-23 06:06:54 +00:00
}
2019-04-16 06:55:37 +00:00
}