kibana/packages/kbn-tinymath/package.json

13 lines
330 B
JSON
Raw Normal View History

{
"name": "@kbn/tinymath",
"version": "2.0.0",
"license": "SSPL-1.0 OR Elastic License 2.0",
"private": true,
"main": "src/index.js",
"types": "tinymath.d.ts",
"scripts": {
"kbn:bootstrap": "yarn build",
"build": "../../node_modules/.bin/pegjs -o src/grammar.js src/grammar.pegjs"
},
"dependencies": {}
}