tools/jasmine/package.json
{
"name": "@daffodil/jasmine",
"version": "0.0.0-PLACEHOLDER",
"description": "A package that provides some useful matchers to make testing applications with jasmine a little nicer",
"repository": {
"type": "git",
"url": "https://github.com/graycoreio/daffodil"
},
"author": "Graycore LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/graycoreio/daffodil/issues"
},
"scripts": {
"build": "tsc",
"lint": "eslint",
"lint:fix": "npm run lint -- --fix",
"test": "ts-node --project tsconfig.spec.json -r tsconfig-paths/register ../../node_modules/jasmine/bin/jasmine.js --config=jasmine.json"
},
"nx": {
"targets": {
"build": {
"outputs": ["{workspaceRoot}/dist/jasmine"]
}
}
},
"homepage": "https://github.com/graycoreio/daffodil",
"peerDependencies": {
"jasmine": "0.0.0-PLACEHOLDER",
"@types/jasmine": "0.0.0-PLACEHOLDER"
}
}