dees-wcctools/package.json

42 lines
998 B
JSON
Raw Normal View History

2020-05-10 23:14:17 +00:00
{
2020-05-11 00:36:58 +00:00
"name": "@designestate/dees-wcctools",
2020-05-23 14:00:49 +00:00
"version": "1.0.21",
2020-05-10 23:14:17 +00:00
"private": false,
2020-05-11 00:36:58 +00:00
"description": "wcc tools for creating element catalogues",
2020-05-10 23:14:17 +00:00
"main": "dist_ts_web/index.js",
"typings": "dist_ts_web/index.d.ts",
"scripts": {
"test": "npm run build",
"build": "tsbuild custom ts_web --web",
"watch": "tswatch element"
},
"author": "Lossless GmbH",
"license": "UNLICENSED",
"dependencies": {
"@gitzone/tsrun": "^1.1.17",
"@pushrocks/smartexpress": "^3.0.10",
"lit-element": "^2.0.0-rc.5",
"lit-html": "^1.0.0-rc.2",
"typescript": "^3.2.2"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tswatch": "^1.0.30",
"@pushrocks/projectinfo": "^4.0.2",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2020-05-23 14:00:49 +00:00
}