avocado/packages/math/package.json

43 lines
856 B
JSON
Raw Normal View History

2020-12-28 21:18:54 -06:00
{
"name": "@avocado/math",
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/math"
},
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-04-02 07:28:21 -05:00
"persea.css",
"persea.css.map",
2022-04-02 05:50:23 -05:00
"persea.js",
"persea.js.map",
2022-03-11 05:08:59 -06:00
"src",
"test",
2021-01-05 02:47:30 -06:00
"test.js",
"test.js.map"
2020-12-28 21:18:54 -06:00
],
"dependencies": {
2022-03-30 00:45:01 -05:00
"@avocado/code": "^3.0.0",
2022-04-02 05:50:23 -05:00
"@avocado/react": "^3.0.0",
2022-03-20 02:24:19 -05:00
"@flecks/core": "^1.4.1",
2022-04-02 05:50:23 -05:00
"@flecks/react": "^1.4.1",
2021-03-19 09:05:51 -05:00
"graham_scan": "^1.0.4"
2020-12-28 21:18:54 -06:00
},
"devDependencies": {
2022-03-22 01:05:57 -05:00
"@flecks/fleck": "^1.4.1"
2020-12-28 21:18:54 -06:00
}
}