mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-11-22 10:32:39 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "ts-invariant",
|
|
"version": "0.4.4",
|
|
"author": "Ben Newman <ben@apollographql.com>",
|
|
"description": "TypeScript implementation of invariant(condition, message)",
|
|
"license": "MIT",
|
|
"main": "lib/invariant.js",
|
|
"module": "lib/invariant.esm.js",
|
|
"types": "lib/invariant.d.ts",
|
|
"keywords": [
|
|
"invariant",
|
|
"assertion",
|
|
"precondition",
|
|
"TypeScript"
|
|
],
|
|
"homepage": "https://github.com/apollographql/invariant-packages",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/apollographql/invariant-packages.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/apollographql/invariant-packages/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && rollup -c",
|
|
"mocha": "mocha --reporter spec --full-trace lib/tests.js",
|
|
"prepublish": "npm run build",
|
|
"test": "npm run build && npm run mocha"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^1.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/invariant": "^2.2.29",
|
|
"invariant": "^2.2.4",
|
|
"mocha": "^5.2.0",
|
|
"rollup": "^1.1.2",
|
|
"rollup-plugin-typescript2": "^0.19.2"
|
|
},
|
|
"gitHead": "c83c2aeb7917b93751d17706d800a7ea16d8fe3e"
|
|
}
|