import-sort-style-studytube
Version:
Studytube's import-sort style (Angular, Typescript)
23 lines (22 loc) • 600 B
JSON
{
"name": "import-sort-style-studytube",
"version": "1.0.4",
"description": "Studytube's import-sort style (Angular, Typescript)",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"build": "tsc -p src",
"build:watch": "tsc -p src -w"
},
"author": "Yuriy Kuzin <yuriy.open@gmail.com> from studytube.nl",
"license": "ISC",
"devDependencies": {
"@types/node": "10.3.5",
"import-sort-parser": "5.0.0",
"import-sort-style": "5.0.0",
"ts-node": "7.0.0",
"tslint": "5.10.0",
"typescript": "2.9.2"
}
}