UNPKG

@cityofzion/neon-api

Version:

Neon-API module: High level API for neon-js

46 lines (45 loc) 1.36 kB
{ "name": "@cityofzion/neon-api", "description": "Neon-API module: High level API for neon-js", "version": "5.9.0", "repository": { "type": "git", "url": "git+https://github.com/CityOfZion/neon-js.git" }, "publishConfig": { "access": "public" }, "keywords": [ "neo", "antshares", "javascript", "libraries" ], "author": "Yak Jun Xiang <snowypowers@gmail.com> (https://github.com/snowypowers)", "license": "MIT", "main": "dist/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "ae": "api-extractor run --local", "build": "tsc -b", "dist": "tsc -m commonjs --outDir dist", "dist:prod": "tsc -m commonjs --outDir dist", "clean": "rimraf ./lib ./dist ./temp tsconfig.tsbuildinfo", "prepublishOnly": "npm run clean && npm run build && npm run dist:prod", "lint": "eslint src/**/*.ts __tests__/**/*.ts __integration__/**/*.ts", "pretty": "prettier --write --loglevel=warn \"./{src,__{tests,integration}__}/**/*.ts\"", "start": "jest --watch", "test": "jest", "test:integration": "jest /packages/.*/__integration__/.*", "test:unit": "jest /packages/.*/__tests__/.*" }, "peerDependencies": { "@cityofzion/neon-core": "^5.6.0" }, "files": [ "dist/", "lib/" ], "gitHead": "daeaa99416c96d501cfe030a7ca705d4a79919f3" }