|
| 1 | +{ |
| 2 | + "name": "orbit-sql", |
| 3 | + "version": "0.1.0", |
| 4 | + "main": "dist/src/index.js", |
| 5 | + "types": "dist/src/index.d.ts", |
| 6 | + "description": "SQL support for Orbit.", |
| 7 | + "contributors": [ |
| 8 | + "Paul Chavard <[email protected]>" |
| 9 | + ], |
| 10 | + "keywords": [ |
| 11 | + "orbit", |
| 12 | + "sql", |
| 13 | + "knex" |
| 14 | + ], |
| 15 | + "repository": "https://github.com/tchak/orbit-sql", |
| 16 | + "license": "MIT", |
| 17 | + "dependencies": { |
| 18 | + "@orbit/data": "^0.16.0", |
| 19 | + "@orbit/record-cache": "^0.16.0", |
| 20 | + "inflected": "^2.0.4", |
| 21 | + "knex": "^0.19.1" |
| 22 | + }, |
| 23 | + "scripts": { |
| 24 | + "build": "rm -rf ./dist && tsc", |
| 25 | + "test": "qunit --require ts-node/register 'test/**/*-test.ts'", |
| 26 | + "lint": "eslint . --ext .ts", |
| 27 | + "prepare": "yarn build", |
| 28 | + "release": "release-it" |
| 29 | + }, |
| 30 | + "devDependencies": { |
| 31 | + "@types/node": "^12.6.8", |
| 32 | + "@types/qunit": "^2.9.0", |
| 33 | + "@typescript-eslint/eslint-plugin": "^1.13.0", |
| 34 | + "@typescript-eslint/parser": "^1.13.0", |
| 35 | + "eslint": "^6.1.0", |
| 36 | + "eslint-config-prettier": "^6.0.0", |
| 37 | + "eslint-plugin-prettier": "^3.1.0", |
| 38 | + "prettier": "^1.18.2", |
| 39 | + "qunit": "^2.9.2", |
| 40 | + "release-it": "^12.3.4", |
| 41 | + "ts-node": "^8.3.0", |
| 42 | + "typescript": "^3.5.3", |
| 43 | + "@types/inflected": "^1.1.29", |
| 44 | + "sqlite3": "^4.0.9" |
| 45 | + }, |
| 46 | + "publishConfig": { |
| 47 | + "access": "public", |
| 48 | + "registry": "https://registry.npmjs.org/" |
| 49 | + }, |
| 50 | + "release-it": { |
| 51 | + "github": { |
| 52 | + "release": false |
| 53 | + } |
| 54 | + } |
| 55 | +} |
0 commit comments