-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.31 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.31 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "snippets",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"setup": "bundle install && yarn && python -m venv ./venv"
},
"repository": {
"type": "git",
"url": "git@andfaulkner.github.com:andfaulkner/sublime-nodejs-dev-environment-snippets"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/app-root-path": "^1.2.4",
"@types/common-tags": "^1.8.0",
"@types/jsdom": "^12.2.0",
"@types/lodash": "^4.14.118",
"@types/node": "^10.12.12",
"@types/shelljs": "^0.8.1",
"@types/yargs": "^12.0.1",
"app-root-path": "^1.2.0",
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"common-tags": "^1.8.0",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^13.0.0",
"lodash": "^4.17.11",
"mad-logs": "^11.2.0",
"mad-utils": "^0.89.1",
"moment": "^2.22.2",
"morgan": "^1.9.0",
"prettier": "^1.15.3",
"pretty-error": "^2.1.1",
"python-shell": "^1.0.6",
"shelljs": "^0.8.3",
"tslib": "^1.9.3",
"typescript": "^3.2.2",
"webpack": "^1.15.0",
"yamljs": "^0.3.0",
"yargs": "^12.0.5"
},
"devDependencies": {
"jest": "^23.6.0"
},
"optionalDependencies": {}
}