UNPKG

413 BJSONView Raw
1{
2 "name": "@salesforce/dev-config",
3 "version": "1.1.0",
4 "description": "dev configs for sfdx",
5 "main": "index.js",
6 "scripts": {
7 "build": "npm prune",
8 "test": ""
9 },
10 "keywords": [
11 "sfdx"
12 ],
13 "author": "Allison Leong",
14 "license": "ISC",
15 "files": [
16 "/tslint.json",
17 "/tsconfig.json"
18 ],
19 "dependencies": {
20 "tslint-microsoft-contrib": "5.0.2",
21 "tslint": "5.9.1"
22 }
23}