defiler/package.json

43 lines
839 B
JSON

{
"name": "defiler",
"version": "1.0.2",
"description": "A small, strange building block",
"keywords": [
"build",
"framework",
"async",
"watch"
],
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "types/index.d.ts",
"files": [
"dist",
"types"
],
"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://conduitry.dev/defiler",
"devDependencies": {
"rollup": "^2",
"rollup-plugin-cheap-ts": "Conduitry/rollup-plugin-cheap-ts#semver:^1",
"typescript": "^3",
"@types/node": "=8"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -cw",
"prepare": "npm run build"
}
}