Files
buuh/package.json
T

19 lines
417 B
JSON
Raw Normal View History

2016-05-10 23:23:33 +07:00
{
"name": "@choojs/monorepo",
"private": true,
"version": "8.0.0-dev",
"description": "Monorepo for choo v8 — a 4kb framework for creating sturdy frontend applications",
"type": "module",
"workspaces": [
"packages/*"
2017-07-27 02:30:48 +09:00
],
"engines": {
"node": ">=24"
2018-04-04 12:29:01 +02:00
},
2016-05-10 23:23:33 +07:00
"scripts": {
"test": "node --test packages/core/test/ packages/html/test/"
2016-05-10 23:23:33 +07:00
},
2017-10-31 12:36:06 +01:00
"repository": "choojs/choo",
"license": "MIT"
2016-05-10 23:23:33 +07:00
}