Typescript config
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "node-metaverse",
|
||||
"version": "0.0.1",
|
||||
"description": "A node.js interface for Second Life.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "npm run build:live",
|
||||
"build:live": "nodemon --exec ./node_modules/.bin/ts-node -- ./src/index.ts"
|
||||
},
|
||||
"author": "",
|
||||
"license": "None",
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^2.2.44",
|
||||
"@types/node": "^8.0.49",
|
||||
"nodemon": "^1.12.1",
|
||||
"ts-node": "^3.3.0",
|
||||
"tslint": "^5.8.0",
|
||||
"tslint-eslint-rules": "^4.1.1",
|
||||
"typescript": "^2.6.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user