Repository URL to install this package:
Version:
1.2.7 ▾
|
exotic-structures
/
package.json
|
---|
{
"name": "exotic-structures",
"version": "1.2.7",
"private": false,
"main": "dist/index.js",
"typings": "dist/typings/index.d.ts",
"author": "James <aretecode@gmail.com>",
"description": "https://tc39.github.io/ecma262/#sec-exotic-object coming soon, to change javascript forever.",
"scripts": {
"prepublish": "make publish"
},
"dependencies": {
"chain-able-boost": "^6.0.0-beta.7"
},
"devDependencies": {
"typescript": "next"
}
}