UNPKG

1.52 kBJSONView Raw
1{
2 "name": "mktemp",
3 "description": "mktemp command for node.js",
4 "version": "1.0.1",
5 "author": "sasa+1 <sasaplus1@gmail.com>",
6 "contributors": [
7 "Michael Ficarra <github.public.email@michael.ficarra.me>",
8 "rjz <rj@rjzaworski.com>"
9 ],
10 "devDependencies": {
11 "@babel/core": "7.4.5",
12 "@babel/register": "7.4.4",
13 "@types/mocha": "5.2.7",
14 "@types/node": "12.0.12",
15 "@types/sinon": "7.0.13",
16 "@typescript-eslint/eslint-plugin": "1.9.0",
17 "@typescript-eslint/parser": "1.9.0",
18 "babel-preset-power-assert": "3.0.0",
19 "eslint": "5.16.0",
20 "eslint-config-prettier": "4.3.0",
21 "eslint-plugin-node": "9.1.0",
22 "eslint-plugin-prettier": "3.1.2",
23 "espower-typescript": "9.0.2",
24 "husky": "2.3.0",
25 "lint-staged": "8.1.7",
26 "mocha": "6.1.4",
27 "power-assert": "1.6.1",
28 "prettier": "1.17.1",
29 "sinon": "7.3.2",
30 "typescript": "3.4.5"
31 },
32 "engines": {
33 "node": ">=8"
34 },
35 "files": [
36 "index.d.ts",
37 "index.js",
38 "index.js.map",
39 "src/*.d.ts",
40 "src/*.js",
41 "src/*.js.map"
42 ],
43 "license": "MIT",
44 "main": "./index.js",
45 "readmeFilename": "README.md",
46 "repository": {
47 "type": "git",
48 "url": "https://github.com/sasaplus1/mktemp.git"
49 },
50 "scripts": {
51 "build": "tsc",
52 "fix": "eslint --cache --ext .ts --fix .",
53 "fixpack": "npx fixpack",
54 "lint": "eslint --cache --ext .ts .",
55 "mocha": "mocha",
56 "test": "npm run lint && npm run mocha"
57 },
58 "sideEffects": false,
59 "types": "./index.d.ts"
60}