@egova/flagwind-core
Version:
flagwind core library.
56 lines (55 loc) • 1.52 kB
JSON
{
"name": "@egova/flagwind-core",
"version": "1.1.4",
"description": "flagwind core library.",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "tslint src/**/*.ts",
"dist:compile": "tsc -p .",
"dist:build": "node build/build.js",
"dist": "npm run lint && npm run dist:compile && npm run dist:build"
},
"files": [
"dist"
],
"main": "dist/flagwind.js",
"typings": "dist/flagwind.d.ts",
"keywords": [
"flagwind",
"typescript"
],
"license": "MIT",
"author": "jason <jasonsoop@gmail.com>",
"homepage": "http://www.flagwind.org",
"repository": {
"type": "git",
"url": "https://github.com/flagwind/flagwind.core.git"
},
"bugs": {
"url": "https://github.com/flagwind/flagwind.core/issues"
},
"devDependencies": {
"@types/chai": "^4.2.9",
"@types/node": "^13.7.4",
"chai": "^4.2.0",
"chalk": "^3.0.0",
"es6-promise": "^4.2.8",
"rimraf": "^2.6.3",
"rollup": "^0.52.1",
"rollup-plugin-replace": "^2.0.0",
"ts-loader": "^6.2.1",
"tslint": "^6.0.0",
"tslint-config-flagwind": "^1.0.1",
"tslint-loader": "^3.5.4",
"typescript": "^3.7.5",
"uglify-js": "^3.8.0",
"webpack": "^4.41.6"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"gitHead": "e4678fa256e25c13e90f610c10dbe18007eda7ba"
}