dees-domtools/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2020-05-23 14:44:42 +00:00
{
2020-05-23 15:40:08 +00:00
"name": "@designestate/dees-domtools",
2020-06-01 12:30:22 +00:00
"version": "1.0.26",
2020-05-23 14:44:42 +00:00
"private": false,
"description": "tools to simplify complex css structures",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2020-05-23 15:02:09 +00:00
"test": "(tstest test/ --web)",
2020-05-25 22:14:37 +00:00
"build": "(tsbuild --web && tsbundle npm)",
2020-05-23 14:44:42 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
2020-05-25 22:14:37 +00:00
"@gitzone/tsbundle": "^1.0.69",
2020-05-23 14:44:42 +00:00
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
2020-05-25 15:57:47 +00:00
"@types/node": "^14.0.5",
"tslint": "^6.1.2",
2020-05-23 14:44:42 +00:00
"tslint-config-prettier": "^1.15.0"
},
2020-05-23 15:00:01 +00:00
"dependencies": {
2020-05-27 23:53:32 +00:00
"@pushrocks/lik": "^4.0.13",
2020-05-23 15:00:01 +00:00
"@pushrocks/smartpromise": "^3.0.6",
2020-05-27 21:15:38 +00:00
"@pushrocks/smartstate": "^1.0.16",
2020-05-23 15:00:01 +00:00
"lit-element": "^2.3.1"
},
2020-05-23 14:44:42 +00:00
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2020-05-27 21:15:39 +00:00
}