Repository URL to install this package:
Version:
2.0.2 ▾
|
exotic-core
/
package.json
|
---|
{
"name": "exotic-core",
"version": "2.0.2",
"private": false,
"author": "James <aretecode@gmail.com>",
"description": "https://tc39.github.io/ecma262/#sec-exotic-object coming soon, to change javascript forever.",
"main": "dist/src/index.js",
"typings": "dist/typings/index.d.ts",
"files": [
"src",
"deps",
"dist"
],
"dependencies": {
"chain-able-boost": "^6.0.2",
"chain-able-lego": "^6.0.2",
"exotic": "^2.0.2"
},
"scripts": {
"prepublish": "make publish",
"rollup": "rollup"
},
"devDependencies": {
"@skava/tests": "3.0.0-alpha.1",
"@skava/tslint": "^1.3.1",
"@types/jest": "23.3.5",
"@types/node": "^10.12.9",
"jest": "23.6.0",
"ts-jest": "23.10.4",
"typescript": "^3.1.6"
}
}