defiler/package.json

39 lines
698 B
JSON

{
"name": "defiler",
"version": "0.17.3",
"description": "A small, strange building block",
"keywords": [
"build",
"framework",
"async",
"watch"
],
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"files": [
"dist"
],
"engines": {
"node": "^8.2 || >=10.4"
},
"repository": {
"type": "git",
"url": "https://github.com/Conduitry/defiler.git"
},
"author": "Conduitry",
"license": "MIT",
"bugs": {
"url": "https://github.com/Conduitry/defiler/issues"
},
"homepage": "https://code.chor.date/defiler",
"devDependencies": {
"rollup": "*",
"typescript": "*",
"@types/node": "*"
},
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c"
}
}