Repository URL to install this package:
|
Version:
1.2.8 ▾
|
exotic
/
package.json
|
|---|
{
"name": "exotic",
"version": "1.2.8",
"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",
"scripts": {
"prepublish": "make publish"
},
"files": [
"src",
"dist"
],
"keywords": [
"exotic",
"is",
"types",
"chain-able"
],
"dependencies": {
"chain-able-deps": "^6.0.0-beta.5",
"chain-able-lego": "^0.0.3",
"exotic-structures": "^0.0.3"
},
"devDependencies": {
"@types/jest": "latest",
"@types/node": "latest",
"jest": "latest",
"ts-jest": "latest",
"typescript": "next"
}
}