-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "quantium_testing",
"version": "0.1.27",
"description": "Random testing creator",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"format": "eslint **/*.ts",
"version": "npm run format && git add -A src",
"build:publish": "npm run build && npm publish"
},
"dependencies": {
"@types/lodash": "^4.14.150",
"chance": "^1.1.5",
"lodash": "^4.17.15",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/json-schema": "7.0.4",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/eslint-plugin-tslint": "2.27.0",
"@typescript-eslint/parser": "2.27.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^22.1.0",
"eslint-plugin-prefer-arrow": "^1.2.0",
"lodash": "^4.17.15",
"stylelint": "^13.3.1",
"stylelint-config-sass-guidelines": "^7.0.0",
"stylelint-config-standard": "^20.0.0",
"ts-node": "^8.8.2",
"tslint": "^6.1.1",
"typescript": "^3.9.2"
},
"repository": "https://github.com/Quantium-Nonsense/RandomTester"
}