-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.15 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@transclusion/work",
"version": "1.0.0-alpha.17",
"description": "**_It just works_ so you can stop configuring and get s\\*\\*t done!**",
"main": "dist/cjs/index.js",
"bin": {
"work": "dist/cjs/cli.js"
},
"scripts": {
"build": "tsc --resolveJsonModule",
"clean": "rimraf dist",
"dev": "tsc --watch --resolveJsonModule",
"format": "prettier-tslint fix 'src/**/*.{ts,tsx}'",
"lint": "tslint src/**/*.ts",
"prebuild": "npm run clean",
"prepublishOnly": "npm run build",
"test": "jest"
},
"author": "Marius Lundgård <studio@mariuslundgard.com>",
"license": "MIT",
"dependencies": {
"@rollup/plugin-alias": "^3.0.0",
"@rollup/plugin-json": "^4.0.1",
"chalk": "^3.0.0",
"cpx": "^1.5.0",
"dotenv": "^8.2.0",
"get-port": "^5.1.0",
"glob": "^7.1.6",
"micro": "^9.3.4",
"mime-types": "^2.1.25",
"minimatch": "^3.0.4",
"path-to-regexp": "^6.1.0",
"pkg-up": "^3.1.0",
"resolve": "^1.14.1",
"rollup": "^1.27.14",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.3",
"source-map-support": "^0.5.16",
"yargs": "^15.0.2"
},
"devDependencies": {
"@babel/preset-env": "^7.7.7",
"@babel/preset-typescript": "^7.7.7",
"@types/cpx": "^1.5.1",
"@types/dotenv": "^8.2.0",
"@types/glob": "^7.1.1",
"@types/jest": "^24.0.25",
"@types/micro": "^7.3.3",
"@types/mime-types": "^2.1.0",
"@types/node": "^13.1.1",
"@types/rollup": "^0.54.0",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"prettier-tslint": "^0.4.2",
"rimraf": "^3.0.0",
"superagent": "^5.1.3",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transclusion/work.git"
},
"bugs": {
"url": "https://github.com/transclusion/work/issues"
},
"homepage": "https://github.com/transclusion/work#readme"
}