avocado/packages/resource/package.json

39 lines
768 B
JSON
Raw Normal View History

2020-12-28 21:18:54 -06:00
{
"name": "@avocado/resource",
2022-03-11 05:08:59 -06:00
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://git.hq.cha0s.io/cha0s/avocado.git",
"directory": "packages/resource"
},
2020-12-28 21:18:54 -06:00
"main": "index.js",
"author": "cha0s",
"license": "MIT",
"scripts": {
2022-03-11 05:08:59 -06:00
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "cp package.json dist",
"test": "flecks test"
2020-12-28 21:18:54 -06:00
},
"files": [
2022-03-11 05:08:59 -06:00
"build",
2020-12-28 21:18:54 -06:00
"index.js",
2021-01-05 02:47:30 -06:00
"index.js.map",
2022-03-11 05:08:59 -06:00
"src",
"test",
2021-01-05 02:47:30 -06:00
"test.js",
2022-03-11 05:08:59 -06:00
"test.js.map",
"test/fixtures"
2020-12-28 21:18:54 -06:00
],
"dependencies": {
2022-03-11 05:08:59 -06:00
"@avocado/core": "^3.0.0",
2022-03-20 02:24:19 -05:00
"@flecks/core": "^1.4.1",
2020-12-28 21:18:54 -06:00
"deepmerge": "^4.2.2",
2021-07-07 09:28:55 -05:00
"lru-cache": "^6.0.0"
2020-12-28 21:18:54 -06:00
},
"devDependencies": {
2022-03-19 18:15:00 -05:00
"@flecks/fleck": "1.4.1"
2020-12-28 21:18:54 -06:00
}
}