2017-04-20 16:10:29 -04:00
|
|
|
{
|
2017-04-23 22:01:04 -04:00
|
|
|
"name": "defiler",
|
2020-10-25 17:59:51 -04:00
|
|
|
"version": "2.0.0",
|
2017-04-20 16:10:29 -04:00
|
|
|
"description": "A small, strange building block",
|
2018-04-04 18:27:29 -04:00
|
|
|
"keywords": [
|
|
|
|
"build",
|
|
|
|
"framework",
|
|
|
|
"async",
|
|
|
|
"watch"
|
|
|
|
],
|
2018-11-13 06:03:50 -05:00
|
|
|
"main": "dist/index.cjs.js",
|
2018-11-17 09:23:51 -05:00
|
|
|
"module": "dist/index.esm.js",
|
2018-11-13 06:03:50 -05:00
|
|
|
"types": "types/index.d.ts",
|
2018-04-04 18:27:29 -04:00
|
|
|
"files": [
|
2018-11-13 06:03:50 -05:00
|
|
|
"dist",
|
|
|
|
"types"
|
2018-04-04 18:27:29 -04:00
|
|
|
],
|
2017-04-25 08:05:34 -04:00
|
|
|
"engines": {
|
2020-10-25 17:51:04 -04:00
|
|
|
"node": ">=12.17"
|
2017-04-25 08:05:34 -04:00
|
|
|
},
|
2017-04-20 16:10:29 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Conduitry/defiler.git"
|
|
|
|
},
|
|
|
|
"author": "Conduitry",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Conduitry/defiler/issues"
|
|
|
|
},
|
2020-05-31 19:26:02 -04:00
|
|
|
"homepage": "https://conduitry.dev/defiler",
|
2018-04-04 18:27:29 -04:00
|
|
|
"devDependencies": {
|
2020-10-25 17:51:04 -04:00
|
|
|
"@types/node": "=12",
|
2020-05-31 19:24:41 -04:00
|
|
|
"rollup": "^2",
|
2019-01-06 16:56:34 -05:00
|
|
|
"rollup-plugin-cheap-ts": "Conduitry/rollup-plugin-cheap-ts#semver:^1",
|
2020-10-25 17:51:04 -04:00
|
|
|
"typescript": "^4"
|
2018-04-04 18:27:29 -04:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-11-10 13:02:46 -05:00
|
|
|
"build": "rollup -c",
|
2018-10-02 19:37:14 -04:00
|
|
|
"dev": "rollup -cw",
|
2018-10-02 18:41:41 -04:00
|
|
|
"prepare": "npm run build"
|
2018-04-04 18:27:29 -04:00
|
|
|
}
|
2017-04-20 16:10:29 -04:00
|
|
|
}
|