Repository URL to install this package:
Version:
1.2.6 ▾
|
exotic
/
package.json
|
---|
{
"name": "exotic",
"version": "1.2.6",
"private": false,
"author": "James <aretecode@gmail.com>",
"description": "https://tc39.github.io/ecma262/#sec-exotic-object coming soon, to change javascript forever.",
"main": "dist/index.js",
"module": "src/index.js",
"typings": "dist/typings/index.d.ts",
"files": [
"src",
"dist"
],
"keywords": [
"exotic",
"is",
"types",
"chain-able"
],
"devDependencies": {
"@skava/tests": "^1.2.6",
"@skava/tslint": "^1.2.6",
"@types/jest": "latest",
"@types/node": "latest",
"jest": "latest",
"ts-jest": "latest",
"typescript": "next"
}
}