squiggle/packages/squiggle-lang/package.json
2022-03-22 10:47:59 +11:00

53 lines
1.4 KiB
JSON

{
"name": "@quri/squiggle-lang",
"version": "0.2.1",
"homepage": "https://foretold-app.github.io/estiband/",
"scripts": {
"build": "rescript build -with-deps",
"parcel": "parcel build --no-source-maps --no-autoinstall",
"start": "rescript build -w -with-deps",
"clean": "rescript clean",
"test": "jest",
"test:ci": "yarn jest ./__tests__/Lodash__test.re",
"watch:test": "jest --watchAll",
"watch:s": "yarn jest -- Converter_test --watch",
"package": "tsc",
"ci": "yarn build && yarn package"
},
"keywords": [
"Rescript"
],
"author": "Quantified Uncertainty Research Institute",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@glennsl/bs-json": "^5.0.2",
"@glennsl/rescript-jest": "^0.9.0",
"@parcel/packager-ts": "^2.3.2",
"@parcel/transformer-typescript-types": "^2.3.2",
"@types/jest": "^27.4.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"docsify": "^4.12.2",
"gentype": "^4.3.0",
"jest": "^27.5.1",
"jstat": "^1.9.5",
"lodash": "4.17.15",
"mathjs": "5.10.3",
"moduleserve": "0.9.1",
"parcel": "^2.3.2",
"pdfast": "^0.2.0",
"rationale": "0.2.0",
"rescript": "^9.1.4",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},
"source": "./src/js/index.ts",
"module": "./dist/module.js",
"types": "./dist/index.d.ts",
"targets": {
"module": {
"includeNodeModules": true
}
}
}